Searched refs:serialize_int_op (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff-common.hh | 383 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() function 405 { return serialize_int_op<HBINT32> (c, op, value, OpCode_longintdict); } in serialize_int4_op() 409 { return serialize_int_op<HBINT16> (c, op, value, OpCode_shortint); } in serialize_int2_op() 415 if (unlikely (!serialize_int_op<T> (c, op, 0, int_op))) return false; in serialize_link_op()
|