Home | History | Annotate | Download | only in leperf

Lines Matching refs:CMAPMapper

22 class CMAPMapper
27 virtual ~CMAPMapper();
29 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
32 CMAPMapper(const CMAPTable *cmap);
34 CMAPMapper() {};
40 class CMAPFormat4Mapper : public CMAPMapper
61 class CMAPGroupMapper : public CMAPMapper
79 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
85 inline CMAPMapper::~CMAPMapper()