Searched refs:count8 (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | UnicodeTest.cpp | 35 …int count8 = font.textToGlyphs(text8, len8, SkTextEncoding::kUTF8, glyphs8, SK_ARRAY_COUNT(gl… in DEF_TEST() local 39 REPORTER_ASSERT(reporter, (int)len8 == count8); 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()
|
/external/skqp/tests/ |
D | UnicodeTest.cpp | 35 …int count8 = font.textToGlyphs(text8, len8, kUTF8_SkTextEncoding, glyphs8, SK_ARRAY_COUNT(gly… in DEF_TEST() local 39 REPORTER_ASSERT(reporter, (int)len8 == count8); 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()
|