Searched refs:faceGlyphIds (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | FontHostTest.cpp | 91 uint16_t faceGlyphIds[256]; in test_charsToGlyphs() local 101 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount); 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()
|