HomeSort by relevance Sort by last modified time
    Searched refs:CMAPTable (Results 1 - 17 of 17) sorted by null

  /external/chromium/third_party/icu/source/test/letest/
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)
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)
FontObject.h 47 struct CMAPTable
214 CMAPTable *cmapTable;
sfnt.h 57 struct CMAPTable
65 typedef struct CMAPTable CMAPTable;
PortableFontInstance.cpp 248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag);
FontObject.cpp 16 cmapTable(NULL), cmSegCount(0), cmSearchRange(0), cmEntrySelector(0),
50 delete[] cmapTable;
107 if (cmapTable == NULL) {
110 cmapTable = (CMAPTable *) readTable(cmapTag, &length);
113 if (cmapTable != NULL) {
115 le_uint16 nSubtables = SWAPW(cmapTable->numberSubtables);
119 CMAPEncodingSubtableHeader *esh = &cmapTable->encodingSubtableHeaders[i];
123 return (CMAPEncodingSubtable *) ((char *) cmapTable + SWAPL(esh->encodingOffset));
  /external/icu4c/samples/layout/
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)
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)
GnomeFontInstance.cpp 102 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
sfnt.h 50 struct CMAPTable
GDIFontInstance.cpp 320 const CMAPTable *cmap = (const CMAPTable *) readFontTable(cmapTag);
  /external/icu4c/test/letest/
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)
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)
FontObject.h 47 struct CMAPTable
214 CMAPTable *cmapTable;
sfnt.h 57 struct CMAPTable
65 typedef struct CMAPTable CMAPTable;
PortableFontInstance.cpp 248 const CMAPTable *cmap = (CMAPTable *) readFontTable(cmapTag);
FontObject.cpp 16 cmapTable(NULL), cmSegCount(0), cmSearchRange(0), cmEntrySelector(0),
50 delete[] cmapTable;
107 if (cmapTable == NULL) {
110 cmapTable = (CMAPTable *) readTable(cmapTag, &length);
113 if (cmapTable != NULL) {
115 le_uint16 nSubtables = SWAPW(cmapTable->numberSubtables);
119 CMAPEncodingSubtableHeader *esh = &cmapTable->encodingSubtableHeaders[i];
123 return (CMAPEncodingSubtable *) ((char *) cmapTable + SWAPL(esh->encodingOffset));

Completed in 250 milliseconds