Lines Matching refs:sidmap
102 void reassignSIDs (const RemapSID& sidmap) in reassignSIDs()
105 nameSIDs[i] = sidmap[base->nameSIDs[i]]; in reassignSIDs()
441 sidmap.init (); in cff_subset_plan()
459 sidmap.fini (); in ~cff_subset_plan()
537 sid = sidmap.add (sid); in plan_subset_charset()
569 if (unlikely (!sidmap.reset (acc.stringIndex->count))) in collect_sids_in_dicts()
577 (void)sidmap.add (sid); in collect_sids_in_dicts()
578 topDictModSIDs[i] = sidmap[sid]; in collect_sids_in_dicts()
585 (void)sidmap.add (acc.fontDicts[i].fontName); in collect_sids_in_dicts()
667 …if (unlikely (sidmap.get_count () > 0x8000)) /* assumption: a dict won't reference that many strin… in create()
672 topdict_mod.reassignSIDs (sidmap); in create()
678 …exInfo.size = acc.stringIndex->calculate_serialized_size (offsets.stringIndexInfo.offSize, sidmap); in create()
806 fontdict_mod.init ( &acc.fontDicts[i], sidmap[acc.fontDicts[i].fontName], privInfo ); in create()
860 RemapSID sidmap; member
921 …ikely (!dest->serialize (&c, *acc.stringIndex, plan.offsets.stringIndexInfo.offSize, plan.sidmap))) in _write_cff1()