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