Searched refs:CMAPMapper (Results 1 – 14 of 14) sorted by relevance
16 class CMAPMapper21 virtual ~CMAPMapper();23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);26 CMAPMapper(const CMAPTable *cmap);28 CMAPMapper() {}; in CMAPMapper() function34 class CMAPFormat4Mapper : public CMAPMapper55 class CMAPGroupMapper : public CMAPMapper73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function79 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()155 : CMAPMapper(cmap) in CMAPFormat4Mapper()215 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
51 CMAPMapper *fCMAPMapper;63 CMAPMapper *findUnicodeMapper();
269 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()278 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()
20 class CMAPMapper25 virtual ~CMAPMapper();27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);30 CMAPMapper(const CMAPTable *cmap);32 CMAPMapper() {}; in CMAPMapper() function38 class CMAPFormat4Mapper : public CMAPMapper59 class CMAPGroupMapper : public CMAPMapper77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) in CMAPMapper() function83 inline CMAPMapper::~CMAPMapper() in ~CMAPMapper()
59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()111 : CMAPMapper(cmap) in CMAPFormat4Mapper()171 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
66 CMAPMapper *fMapper;
65 CMAPMapper *fMapper;
108 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
326 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) in createUnicodeMapper()152 : CMAPMapper(cmap) in CMAPFormat4Mapper()212 : CMAPMapper(cmap), fGroups(groups) in CMAPGroupMapper()
273 CMAPMapper *PortableFontInstance::findUnicodeMapper() in findUnicodeMapper()282 return CMAPMapper::createUnicodeMapper(cmap); in findUnicodeMapper()