Searched refs:rawUPEM (Results 1 – 1 of 1) sorted by relevance
43 uint16_t rawUPEM; in test_unitsPerEm() local44 face->getTableData(kFontTableTag_head, 18, sizeof(rawUPEM), &rawUPEM); in test_unitsPerEm()45 tableUPEM = SkEndian_SwapBE16(rawUPEM); in test_unitsPerEm()