Searched refs:fCMAPMapper (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 81 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 174 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance() 176 if (fCMAPMapper == NULL) { in PortableFontInstance() 198 delete fCMAPMapper; in ~PortableFontInstance() 460 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
D | PortableFontInstance.h | 51 CMAPMapper *fCMAPMapper; variable
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 81 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 175 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance() 177 if (fCMAPMapper == NULL) { in PortableFontInstance() 199 delete fCMAPMapper; in ~PortableFontInstance() 456 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
D | PortableFontInstance.h | 51 CMAPMapper *fCMAPMapper; variable
|