Searched refs:glyphs16 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DUnicodeTest.cpp58 uint16_t glyphs16[sizeof(text8)]; local
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
/external/skia/tests/
H A DUnicodeTest.cpp58 uint16_t glyphs16[sizeof(text8)]; local
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));

Completed in 92 milliseconds