Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tests/
DUnicodeTest.cpp70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings() local
74 REPORTER_ASSERT(reporter, (int)len8 == count32); in test_textencodings()
/external/skia/tests/
DUnicodeTest.cpp70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings() local
74 REPORTER_ASSERT(reporter, (int)len8 == count32); in test_textencodings()
/external/chromium_org/third_party/skia/include/gpu/
DGrBackendProcessorFactory.h69 int count32() const { return fCount; } in count32() function