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);
134 return new CMAPFormat4Mapper(cmap, (const CMAPFormat4Encoding *) subtable);
140 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
151 CMAPFormat4Mapper::CMAPFormat4Mapper(const CMAPTable *cmap, const CMAPFormat4Encoding *header)
152 : CMAPMapper(cmap)
211 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups)
212 : CMAPMapper(cmap), fGroups(groups)