Lines Matching refs:opstr
129 const cff1_top_dict_val_t &opstr,
134 op_code_t op = opstr.op;
170 if ( unlikely (!(opstr.str.length >= opstr.last_arg_offset + 3)))
172 supp_op.str = byte_str_t (&opstr.str + opstr.last_arg_offset, opstr.str.length - opstr.last_arg_offset);
179 return_trace (cff_top_dict_op_serializer_t<cff1_top_dict_val_t>::serialize (c, opstr, mod.info));
189 const op_str_t &opstr,
194 if (opstr.op == OpCode_FontName)
195 return_trace (FontDict::serialize_int2_op (c, opstr.op, mod.fontName));
197 return_trace (SUPER::serialize (c, opstr, mod.privateDictInfo));