Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff2.cc289 offsets.topDictInfo.size = TopDict::calculate_serialized_size (acc.topDict, topSzr); in create()
290 final_size += offsets.topDictInfo.size; in create()
462 cff2->topDictSize = plan.offsets.topDictInfo.size; in _write_cff2()
474 assert (cff2->topDict + plan.offsets.topDictInfo.size == (unsigned) (c.head - c.start)); in _write_cff2()
Dhb-subset-cff1.cc653 offsets.topDictInfo.offset = final_size; in create()
656 offsets.topDictInfo.offSize = calcOffSize(topDictSize); in create()
657 if (unlikely (offsets.topDictInfo.offSize > 4)) in create()
660 (offsets.topDictInfo.offSize, in create()
918 assert (plan.offsets.topDictInfo.offset == (unsigned) (c.head - c.start)); in _write_cff1()
923 if (unlikely (!dest->serialize (&c, plan.offsets.topDictInfo.offSize, in _write_cff1()
Dhb-subset-cff-common.hh134 topDictInfo.init (); in cff_sub_table_offsets_t()
144 table_info_t topDictInfo; member