Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff2.cc372 offsets.FDArrayInfo.offset = final_size; in create()
379 offsets.FDArrayInfo.offSize = calcOffSize (dictsSize); in create()
380 …final_size += CFF2Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create()
507 assert (plan.offsets.FDArrayInfo.offset == c.head - c.start); in _write_cff2()
511 if (unlikely (!fda->serialize (&c, plan.offsets.FDArrayInfo.offSize, in _write_cff2()
Dhb-subset-cff1.cc769 offsets.FDArrayInfo.offset = final_size; in create()
776 offsets.FDArrayInfo.offSize = calcOffSize (dictsSize); in create()
777 if (unlikely (offsets.FDArrayInfo.offSize > 4)) in create()
779 …final_size += CFF1Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create()
992 assert (plan.offsets.FDArrayInfo.offset == c.head - c.start); in _write_cff1()
996 if (unlikely (!fda->serialize (&c, plan.offsets.FDArrayInfo.offSize, in _write_cff1()
Dhb-subset-cff-common.hh136 FDArrayInfo.init (); in CFFSubTableOffsets()
146 TableInfo FDArrayInfo; member
168 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDArrayInfo.offset)); in serialize()