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

/external/skia/tests/
H A DPaintTest.cpp93 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
97 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
98 int index = find_first_zero(glyphs1, NGLYPHS);
103 !memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));

Completed in 110 milliseconds