Home
last modified time | relevance | path

Searched refs:rawGlyphs (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DFontHostTest.cpp62 uint16_t rawGlyphs; in test_countGlyphs() local
63 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs); in test_countGlyphs()
64 tableGlyphs = SkEndian_SwapBE16(rawGlyphs); in test_countGlyphs()
/external/skqp/tests/
DFontHostTest.cpp62 uint16_t rawGlyphs; in test_countGlyphs() local
63 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs); in test_countGlyphs()
64 tableGlyphs = SkEndian_SwapBE16(rawGlyphs); in test_countGlyphs()