Searched refs:FDArrayInfo (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-cff2.cc | 378 offsets.FDArrayInfo.offset = final_size; in create() 385 offsets.FDArrayInfo.offSize = calcOffSize (dictsSize); in create() 386 …final_size += CFF2Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create() 512 assert (plan.offsets.FDArrayInfo.offset == (unsigned) (c.head - c.start)); in _write_cff2() 516 if (unlikely (!fda->serialize (&c, plan.offsets.FDArrayInfo.offSize, in _write_cff2()
|
D | hb-subset-cff1.cc | 789 offsets.FDArrayInfo.offset = final_size; in create() 796 offsets.FDArrayInfo.offSize = calcOffSize (dictsSize); in create() 797 if (unlikely (offsets.FDArrayInfo.offSize > 4)) in create() 799 …final_size += CFF1Index::calculate_serialized_size (offsets.FDArrayInfo.offSize, subset_fdcount, d… in create() 1008 assert (plan.offsets.FDArrayInfo.offset == (unsigned) (c.head - c.start)); in _write_cff1() 1012 if (unlikely (!fda->serialize (&c, plan.offsets.FDArrayInfo.offSize, in _write_cff1()
|
D | hb-subset-cff-common.hh | 136 FDArrayInfo.init (); in cff_sub_table_offsets_t() 146 table_info_t FDArrayInfo; member 168 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDArrayInfo.offset)); in serialize()
|