Searched refs:serialize_int_op (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 366 static bool serialize_int_op (hb_serialize_context_t *c, OpCode op, int value, OpCode intOp) in serialize_int_op() function 387 { return serialize_int_op<HBUINT32, 0, 0x7FFFFFFF> (c, op, value, OpCode_longintdict); } in serialize_uint4_op() 390 { return serialize_int_op<HBUINT16, 0, 0x7FFF> (c, op, value, OpCode_shortint); } in serialize_uint2_op()
|