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

  /external/skia/tests/
PaintTest.cpp 99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
104 int index = find_first_zero(glyphs1, NGLYPHS);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));

Completed in 150 milliseconds