Home | History | Annotate | Download | only in letest

Lines Matching refs:CMAPMapper

18 class CMAPMapper
23 virtual ~CMAPMapper();
25 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
28 CMAPMapper(const CMAPTable *cmap);
30 CMAPMapper() {};
36 class CMAPFormat4Mapper : public CMAPMapper
57 class CMAPGroupMapper : public CMAPMapper
75 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
81 inline CMAPMapper::~CMAPMapper()