Home
last modified time | relevance | path

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

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