Home
last modified time | relevance | path

Searched refs:OpCode_TwoBytePosInt0 (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh79 #define OpCode_TwoBytePosInt0 247 /* All. first byte of two byte positive int (+108 to +1131) */ macro
652 case OpCode_TwoBytePosInt0: case OpCode_TwoBytePosInt1: in process_op()
654 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()
Dhb-subset-cff-common.hh60 encode_byte ((v >> 8) + OpCode_TwoBytePosInt0); in encode_int()
Dhb-cff-interp-cs-common.hh446 case OpCode_TwoBytePosInt0: case OpCode_TwoBytePosInt1: in is_number_op()