Searched refs:OpCode_shortint (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff-interp-common.hh | 69 #define OpCode_shortint 28 /* 16-bit integer, All */ macro 275 { return serialize_int<HBINT16> (c, OpCode_shortint, value); } in serialize_int2() 644 case OpCode_shortint: in process_op()
|
D | hb-ot-cff-common.hh | 409 { return serialize_int_op<HBINT16> (c, op, value, OpCode_shortint); } in serialize_int2_op() 424 { return serialize_link_op<HBINT16, OpCode_shortint> (c, op, link, whence); } in serialize_link2_op()
|
D | hb-subset-cff-common.hh | 76 encode_byte (OpCode_shortint); in encode_int()
|
D | hb-cff-interp-cs-common.hh | 444 case OpCode_shortint: in is_number_op()
|