Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh165 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.charStringsInfo.offset)); in serialize()
168 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDArrayInfo.offset)); in serialize()
171 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.FDSelectInfo.offset)); in serialize()
Dhb-subset-cff1.cc142 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.charsetInfo.offset)); in serialize()
145 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.encodingOffset)); in serialize()
Dhb-ot-cff-common.hh382 static bool serialize_offset4_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_offset4_op() function
Dhb-subset-cff2.cc62 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.varStoreOffset)); in serialize()