Home
last modified time | relevance | path

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

/external/skia/tests/
DFontHostTest.cpp90 uint16_t paintGlyphIds[256]; in test_charsToGlyphs() local
99 paint.textToGlyphs(test.chars, test.charsByteLength, paintGlyphIds); in test_charsToGlyphs()
108 test.name, i, (int)paintGlyphIds[i], i, (int)faceGlyphIds[i], name.c_str()); in test_charsToGlyphs()
109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str()); in test_charsToGlyphs()