Lines Matching refs:cmap
54 CMAPMapper *CMAPMapper::createUnicodeMapper(const CMAPTable *cmap)
57 le_uint16 nSubtables = SWAPW(cmap->numberSubtables);
66 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
92 const CMAPEncodingSubtableHeader *esh = &cmap->encodingSubtableHeaders[i];
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
137 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
143 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
154 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
155 : CMAPMapper(cmap)
214 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
215 : CMAPMapper(cmap), fGroups(groups)