Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh69 #define OpCode_shortint 28 /* 16-bit integer, All */ macro
278 { return serialize_int<HBUINT16, 0, 0x7FFF> (c, OpCode_shortint, value); } in serialize_int2()
647 case OpCode_shortint: in process_op()
Dhb-subset-cff-common.hh76 encode_byte (OpCode_shortint); in encode_int()
228 …return OpCode_Size (OpCode_longintdict) + 4 + OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpC… in calculate_serialized_size()
268 return OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (opstr.op); in calculate_serialized_size()
Dhb-subset-cff1.cc199 …return OpCode_Size (OpCode_longintdict) + 4 + OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpC… in calculate_serialized_size()
210 return OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (op); in calculate_serialized_size()
213 …return ((OpCode_Size (OpCode_shortint) + 2) * 2) + (opstr.str.length - opstr.last_arg_offset)/* su… in calculate_serialized_size()
258 return OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_FontName); in calculate_serialized_size()
Dhb-ot-cff2-table.hh269 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()
Dhb-ot-cff-common.hh380 { return serialize_int_op<HBUINT16, 0, 0x7FFF> (c, op, value, OpCode_shortint); } in serialize_uint2_op()
Dhb-cff-interp-cs-common.hh444 case OpCode_shortint: in is_number_op()
Dhb-ot-cff1-table.hh892 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()