OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:faceglyphids
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
FontHostTest.cpp
92
uint16_t
faceGlyphIds
[256];
102
face->charsToGlyphs(test.chars, test.typefaceEncoding,
faceGlyphIds
, test.charCount);
108
a.appendf("%s, paintGlyphIds[%d] = %d,
faceGlyphIds
[%d] = %d, face = %s",
109
test.name, i, (int)paintGlyphIds[i], i, (int)
faceGlyphIds
[i], name.c_str());
110
REPORTER_ASSERT(reporter, paintGlyphIds[i] ==
faceGlyphIds
[i], a.c_str());
/external/skqp/tests/
FontHostTest.cpp
92
uint16_t
faceGlyphIds
[256];
102
face->charsToGlyphs(test.chars, test.typefaceEncoding,
faceGlyphIds
, test.charCount);
108
a.appendf("%s, paintGlyphIds[%d] = %d,
faceGlyphIds
[%d] = %d, face = %s",
109
test.name, i, (int)paintGlyphIds[i], i, (int)
faceGlyphIds
[i], name.c_str());
110
REPORTER_ASSERT(reporter, paintGlyphIds[i] ==
faceGlyphIds
[i], a.c_str());
Completed in 77 milliseconds