Home
last modified time | relevance | path

Searched refs:topDictInfo (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff2.cc282 offsets.topDictInfo.size = TopDict::calculate_serialized_size (acc.topDict, topSzr); in create()
283 final_size += offsets.topDictInfo.size; in create()
457 cff2->topDictSize.set (plan.offsets.topDictInfo.size); in _write_cff2()
469 assert (cff2->topDict + plan.offsets.topDictInfo.size == c.head - c.start); in _write_cff2()
Dhb-subset-cff1.cc635 offsets.topDictInfo.offset = final_size; in create()
638 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
639 if (unlikely (offsets.topDictInfo.offSize > 4)) in create()
642 (offsets.topDictInfo.offSize, in create()
902 assert (plan.offsets.topDictInfo.offset == c.head - c.start); in _write_cff1()
907 if (unlikely (!dest->serialize (&c, plan.offsets.topDictInfo.offSize, in _write_cff1()
Dhb-subset-cff-common.hh134 topDictInfo.init (); in CFFSubTableOffsets()
144 TableInfo topDictInfo; member