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

  /external/skia/tests/
PaintTest.cpp 99 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 61 milliseconds