Searched refs:OpCode_shortint (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-cff-interp-common.hh | 69 #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()
|
D | hb-subset-cff-common.hh | 76 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()
|
D | hb-subset-cff1.cc | 199 …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()
|
D | hb-ot-cff2-table.hh | 269 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()
|
D | hb-ot-cff-common.hh | 380 { return serialize_int_op<HBUINT16, 0, 0x7FFF> (c, op, value, OpCode_shortint); } in serialize_uint2_op()
|
D | hb-cff-interp-cs-common.hh | 444 case OpCode_shortint: in is_number_op()
|
D | hb-ot-cff1-table.hh | 892 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()
|