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

/external/skia/tests/
H A DPaintTest.cpp99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
102 int nglyphs = paint.textToGlyphs(dst, len, glyphs0);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));
/external/skqp/tests/
H A DPaintTest.cpp99 uint16_t glyphs0[NGLYPHS], glyphs1[NGLYPHS]; local
102 int nglyphs = paint.textToGlyphs(dst, len, glyphs0);
108 REPORTER_ASSERT(reporter, 0 == memcmp(glyphs0, glyphs1, NGLYPHS * sizeof(uint16_t)));

Completed in 110 milliseconds