Searched refs:CMAPTable (Results 1 - 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/hb-icu-le/ |
H A D | cmaps.h | 25 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap); 28 CMAPMapper(const CMAPTable *cmap); 33 const CMAPTable *fcmap; 39 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 60 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups); 75 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
|
H A D | cmaps.cpp | 53 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) 104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) 164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
|
H A D | sfnt.h | 60 struct CMAPTable struct 68 typedef struct CMAPTable CMAPTable; typedef in typeref:struct:CMAPTable
|
H A D | PortableFontInstance.cpp | 81 const CMAPTable *cmap = (CMAPTable *) getFontTable(cmapTag);
|
/external/icu4c/samples/layout/ |
H A D | cmaps.h | 27 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap); 30 CMAPMapper(const CMAPTable *cmap); 35 const CMAPTable *fcmap; 41 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 62 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups); 77 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
|
H A D | cmaps.cpp | 59 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) 110 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) 170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
|
H A D | GnomeFontInstance.cpp | 102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
|
H A D | sfnt.h | 50 struct CMAPTable struct
|
H A D | GDIFontInstance.cpp | 320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
|
/external/icu4c/test/letest/ |
H A D | cmaps.h | 23 static CMAPMapper *createUnicodeMapper(const CMAPTable *cmap); 26 CMAPMapper(const CMAPTable *cmap); 31 const CMAPTable *fcmap; 37 CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header); 58 CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups); 73 inline CMAPMapper::CMAPMapper(const CMAPTable *cmap)
|
H A D | cmaps.cpp | 53 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap) 104 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header) 164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
|
H A D | FontObject.h | 47 struct CMAPTable struct 214 CMAPTable *cmapTable;
|
H A D | sfnt.h | 57 struct CMAPTable struct 65 typedef struct CMAPTable CMAPTable; typedef in typeref:struct:CMAPTable
|
H A D | PortableFontInstance.cpp | 248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag);
|
H A D | FontObject.cpp | 110 cmapTable = (CMAPTable *) readTable(cmapTag, &length);
|
Completed in 73 milliseconds