Searched refs:CMAPMapper (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.h20 class CMAPMapper class
25 virtual ~CMAPMapper();
27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
30 CMAPMapper(const CMAPTable *cmap);
32 CMAPMapper() {}; function in class:CMAPMapper
38 class CMAPFormat4Mapper : public CMAPMapper
59 class CMAPGroupMapper : public CMAPMapper
77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
83 inline CMAPMapper
[all...]
H A Dcmaps.cpp59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
111 : CMAPMapper(cmap)
171 : CMAPMapper(cmap), fGroups(groups)
H A DGDIFontInstance.h66 CMAPMapper *fMapper;
H A DGnomeFontInstance.h65 CMAPMapper *fMapper;
H A DGnomeFontInstance.cpp108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
H A DGDIFontInstance.cpp326 fMapper = CMAPMapper::createUnicodeMapper(cmap);
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dcmaps.h16 class CMAPMapper class
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {}; function in class:CMAPMapper
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
79 inline CMAPMapper
[all...]
H A DPortableFontInstance.h51 CMAPMapper *fCMAPMapper;
63 CMAPMapper *findUnicodeMapper();
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
152 : CMAPMapper(cmap)
212 : CMAPMapper(cmap), fGroups(groups)
H A DPortableFontInstance.cpp273 CMAPMapper *PortableFontInstance::findUnicodeMapper()
282 return CMAPMapper::createUnicodeMapper(cmap);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dcmaps.h16 class CMAPMapper class
21 virtual ~CMAPMapper();
23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap);
26 CMAPMapper(const CMAPTable *cmap);
28 CMAPMapper() {}; function in class:CMAPMapper
34 class CMAPFormat4Mapper : public CMAPMapper
55 class CMAPGroupMapper : public CMAPMapper
73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap) function in class:CMAPMapper
79 inline CMAPMapper
[all...]
H A DPortableFontInstance.h51 CMAPMapper *fCMAPMapper;
63 CMAPMapper *findUnicodeMapper();
H A Dcmaps.cpp54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
152 : CMAPMapper(cmap)
212 : CMAPMapper(cmap), fGroups(groups)
H A DPortableFontInstance.cpp273 CMAPMapper *PortableFontInstance::findUnicodeMapper()
282 return CMAPMapper::createUnicodeMapper(cmap);

Completed in 127 milliseconds