Home
last modified time | relevance | path

Searched refs:formatCount (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DImageBufferHaiku.cpp335 int32 formatCount; in toDataURL() local
336 roster->GetInputFormats(translators[i], &inputFormats, &formatCount); in toDataURL()
338 for (int32 j = 0; j < formatCount; j++) { in toDataURL()
348 roster->GetOutputFormats(translators[i], &outputFormats, &formatCount); in toDataURL()
349 for (int32 j = 0; j < formatCount; j++) { in toDataURL()
/external/skia/src/utils/win/
DSkWGL_win.cpp105 int formatCount, in selectFormat() argument
115 rankedFormats.setCount(formatCount); in selectFormat()
118 for (int i = 0; i < formatCount; ++i) { in selectFormat()
/external/skia/include/utils/
DSkWGL.h92 int formatCount,