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

/external/chromium_org/third_party/skia/tests/
H A DFontHostTest.cpp91 uint16_t faceGlyphIds[256]; local
101 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount);
107 a.appendf("%s, paintGlyphIds[%d] = %d, faceGlyphIds[%d] = %d, face = %s",
108 test.name, i, (int)paintGlyphIds[i], i, (int)faceGlyphIds[i], name.c_str());
109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());
/external/skia/tests/
H A DFontHostTest.cpp91 uint16_t faceGlyphIds[256]; local
101 face->charsToGlyphs(test.chars, test.typefaceEncoding, faceGlyphIds, test.charCount);
107 a.appendf("%s, paintGlyphIds[%d] = %d, faceGlyphIds[%d] = %d, face = %s",
108 test.name, i, (int)paintGlyphIds[i], i, (int)faceGlyphIds[i], name.c_str());
109 REPORTER_ASSERT_MESSAGE(reporter, paintGlyphIds[i] == faceGlyphIds[i], a.c_str());

Completed in 291 milliseconds