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

  /external/chromium_org/third_party/skia/tests/
FontHostTest.cpp 91 uint16_t faceGlyphIds[256];
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/
FontHostTest.cpp 91 uint16_t faceGlyphIds[256];
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 1197 milliseconds