Searched refs:maccode (Results 1 – 2 of 2) sorted by relevance
120 uint32_t maccode = in LoadGlyphMap() local123 if (!maccode) { in LoadGlyphMap()126 m_GlyphIndex[charcode] = FT_Get_Char_Index(face, maccode); in LoadGlyphMap()
655 uint32_t maccode = in GlyphFromCharCode() local657 index = maccode ? FT_Get_Char_Index(face, maccode) in GlyphFromCharCode()