Home
last modified time | relevance | path

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

/external/skia/tests/
DUnicodeTest.cpp59 uint16_t glyphs32[sizeof(text8)]; in test_textencodings() local
70 int count32 = paint.textToGlyphs(text32, len32, glyphs32); in test_textencodings()
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t))); in test_textencodings()