Home
last modified time | relevance | path

Searched refs:OpCode_shortint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh69 #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()
Dhb-ot-cff-common.hh409 { 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()
Dhb-subset-cff-common.hh76 encode_byte (OpCode_shortint); in encode_int()
Dhb-cff-interp-cs-common.hh444 case OpCode_shortint: in is_number_op()