Searched refs:fCMAPMapper (Results 1 – 2 of 2) sorted by relevance
69 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance()157 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance()159 if (fCMAPMapper == NULL) { in PortableFontInstance()180 delete fCMAPMapper; in ~PortableFontInstance()415 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
51 CMAPMapper *fCMAPMapper; variable