Searched refs:glyphs8 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | UnicodeTest.cpp | 29 uint16_t glyphs8[sizeof(text8)]; in DEF_TEST() local 35 int count8 = font.textToGlyphs(text8, len8, SkTextEncoding::kUTF8, glyphs8, SK_ARRAY_COUNT(glyphs8)); in DEF_TEST() 43 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t))); in DEF_TEST() 44 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t))); in DEF_TEST()
|
Completed in 1 milliseconds