Searched refs:kFontTableTag_maxp (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | FontHostTest.cpp | 24 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p') macro 59 size_t size = face->getTableSize(kFontTableTag_maxp); in test_countGlyphs() 63 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs); in test_countGlyphs()
|
/external/skqp/tests/ |
D | FontHostTest.cpp | 24 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p') macro 59 size_t size = face->getTableSize(kFontTableTag_maxp); in test_countGlyphs() 63 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs); in test_countGlyphs()
|