Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh268 if (dict_values_t<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()
269 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()
335 case OpCode_Subrs: in process_op()
384 case OpCode_Subrs: in process_op()
Dhb-ot-cff1-table.hh891 if (dict_values_t<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()
892 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()
935 case OpCode_Subrs: in process_op()
977 case OpCode_Subrs: in process_op()
Dhb-subset-cff-common.hh247 if (opstr.op == OpCode_Subrs) in serialize()
263 if (opstr.op == OpCode_Subrs) in calculate_serialized_size()
Dhb-cff-interp-common.hh58 #define OpCode_Subrs 19 /* CFF Private, CFF2 Private */ macro