Home
last modified time | relevance | path

Searched refs:serialize_int (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh258 static bool serialize_int (hb_serialize_context_t *c, op_code_t intOp, V value) in serialize_int() function
273 { return serialize_int<HBINT32> (c, OpCode_longintdict, value); } in serialize_int4()
277 { return serialize_int<HBINT16> (c, OpCode_shortint, value); } in serialize_int2()
Dhb-ot-cff-common.hh91 if (unlikely ((!serialize_int<T, V> (c, intOp, value)))) in serialize_int_op()