Home
last modified time | relevance | path

Searched refs:last_arg_offset (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff1.cc171 supp_op.str.str = opstr.str.str + opstr.last_arg_offset; in serialize()
172 if ( unlikely (!(opstr.str.len >= opstr.last_arg_offset + 3))) in serialize()
174 supp_op.str.len = opstr.str.len - opstr.last_arg_offset; in serialize()
209 …return ((OpCode_Size (OpCode_shortint) + 2) * 2) + (opstr.str.len - opstr.last_arg_offset)/* suppl… in calculate_serialized_size()
Dhb-ot-cff1-table.hh690 unsigned int last_arg_offset; member
728 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op()