Home
last modified time | relevance | path

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

/external/skia/tests/
DFontHostTest.cpp60 uint16_t rawGlyphs; in test_countGlyphs() local
61 face->getTableData(kFontTableTag_maxp, 4, sizeof(rawGlyphs), &rawGlyphs); in test_countGlyphs()
62 tableGlyphs = SkEndian_SwapBE16(rawGlyphs); in test_countGlyphs()