Searched refs:fCMAPMapper (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/perf/leperf/ |
D | PortableFontInstance.cpp | 87 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 180 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance() 182 if (fCMAPMapper == NULL) { in PortableFontInstance() 204 delete fCMAPMapper; in ~PortableFontInstance() 466 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
D | PortableFontInstance.h | 57 CMAPMapper *fCMAPMapper; variable
|
/external/icu/icu4c/source/test/letest/ |
D | PortableFontInstance.cpp | 83 …fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXT… in PortableFontInstance() 177 fCMAPMapper = findUnicodeMapper(); in PortableFontInstance() 179 if (fCMAPMapper == NULL) { in PortableFontInstance() 201 delete fCMAPMapper; in ~PortableFontInstance() 458 return fCMAPMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
D | PortableFontInstance.h | 53 CMAPMapper *fCMAPMapper; variable
|