Searched refs:OpCode_Subrs (Results 1 – 4 of 4) sorted by relevance
264 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()265 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()331 case OpCode_Subrs: in process_op()380 case OpCode_Subrs: in process_op()
870 if (DictValues<VAL>::get_value (i).op == OpCode_Subrs) in calculate_serialized_size()871 size += OpCode_Size (OpCode_shortint) + 2 + OpCode_Size (OpCode_Subrs); in calculate_serialized_size()914 case OpCode_Subrs: in process_op()956 case OpCode_Subrs: in process_op()
247 if (opstr.op == OpCode_Subrs) in serialize()263 if (opstr.op == OpCode_Subrs) in calculate_serialized_size()
58 #define OpCode_Subrs 19 /* CFF Private, CFF2 Private */ macro