Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff1.cc74 stringIndexInfo.init (); in cff1_sub_table_offsets_t()
80 table_info_t stringIndexInfo; member
695 offsets.stringIndexInfo.offset = final_size; in create()
696 …offsets.stringIndexInfo.size = acc.stringIndex->calculate_serialized_size (offsets.stringIndexInfo in create()
697 final_size += offsets.stringIndexInfo.size; in create()
934 assert (plan.offsets.stringIndexInfo.offset == (unsigned) (c.head - c.start)); in _write_cff1()
937 …if (unlikely (!dest->serialize (&c, *acc.stringIndex, plan.offsets.stringIndexInfo.offSize, plan.s… in _write_cff1()