HomeSort by relevance Sort by last modified time
    Searched full:glyphs8 (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
UnicodeTest.cpp 57 uint16_t glyphs8[sizeof(text8)]; local
64 int count8 = paint.textToGlyphs(text8, len8, glyphs8);
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)));

Completed in 49 milliseconds