Searched refs:serialize_offset4_op (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-cff-common.hh | 165 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()
|
D | hb-subset-cff1.cc | 137 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.charsetInfo.offset)); in serialize() 140 return_trace (FontDict::serialize_offset4_op(c, op, mod.offsets.encodingOffset)); in serialize()
|
D | hb-subset-cff2.cc | 58 return_trace (FontDict::serialize_offset4_op(c, opstr.op, offsets.varStoreOffset)); in serialize()
|
D | hb-ot-cff-common.hh | 392 static bool serialize_offset4_op (hb_serialize_context_t *c, OpCode op, int value) in serialize_offset4_op() function
|