Home
last modified time | relevance | path

Searched refs:fCMAPMapper (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.cpp81 …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()
DPortableFontInstance.h51 CMAPMapper *fCMAPMapper; variable
/external/icu/icu4c/source/test/letest/
DPortableFontInstance.cpp81 …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()
DPortableFontInstance.h51 CMAPMapper *fCMAPMapper; variable