Home
last modified time | relevance | path

Searched refs:SUPER (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff1-interp-cs.hh43 SUPER::init (str, acc.globalSubrs, acc.privateDicts[fd].localSubrs); in init()
50 void fini () { SUPER::fini (); } in fini()
54 if (likely (!processed_width && (SUPER::argStack.get_count () > 0))) in set_width()
58 width = SUPER::argStack[0]; in set_width()
69 SUPER::clear_args (); in clear_args()
81 typedef cs_interp_env_t<number_t, CFF1Subrs> SUPER; typedef
94 SUPER::flush_args_and_op (op, env, param); in process_op()
108 SUPER::process_op (op, env, param); in process_op()
148 SUPER::flush_args (env, param); in flush_args()
153 typedef cs_opset_t<number_t, OPSET, cff1_cs_interp_env_t, PARAM, PATH> SUPER; typedef
Dhb-cff2-interp-cs.hh85 SUPER::init (str, acc.globalSubrs, acc.privateDicts[fd].localSubrs); in init()
100 SUPER::fini (); in fini()
106 return SUPER::fetch_op (); in fetch_op()
195 typedef cs_interp_env_t<blend_arg_t, CFF2Subrs> SUPER; typedef
211 SUPER::process_op (op, env, param); in process_op()
228 SUPER::process_op (op, env, param); in process_op()
264 typedef cs_opset_t<blend_arg_t, OPSET, cff2_cs_interp_env_t, PARAM, PATH> SUPER; typedef
Dhb-cff-interp-dict-common.hh185 while (SUPER::env.str_ref.avail ()) in interpret()
187 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret()
188 if (unlikely (SUPER::env.in_error ())) in interpret()
196 typedef interpreter_t<ENV> SUPER; typedef
Dhb-subset-cff1.cc87 SUPER::init (); in init()
91 void fini () { SUPER::fini (); } in fini()
93 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count()
99 return SUPER::values[i - base->get_count ()]; in get_value()
110 typedef cff1_top_dict_values_t SUPER; typedef
197 return_trace (SUPER::serialize (c, opstr, mod.privateDictInfo)); in serialize()
201 typedef cff_font_dict_op_serializer_t SUPER; typedef
228 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op()
237 SUPER::flush_args (env, param); in flush_args()
255 SUPER::flush_hintmask (op, env, param); in flush_hintmask()
[all …]
Dhb-cff-interp-cs-common.hh147 return callStack.in_error () || SUPER::in_error (); in in_error()
153 int n = SUPER::argStack.pop_int (); in pop_subr_num()
169 SUPER::set_error (); in call_subr()
172 context.str_ref = SUPER::str_ref; in call_subr()
176 SUPER::str_ref = context.str_ref; in call_subr()
181 if (unlikely (SUPER::str_ref.in_error ())) in return_from_subr()
182 SUPER::set_error (); in return_from_subr()
184 SUPER::str_ref = context.str_ref; in return_from_subr()
191 vstem_count += SUPER::argStack.get_count() / 2; in determine_hintmask_size()
222 typedef interp_env_t<ARG> SUPER; typedef
[all …]
Dhb-subset-cff2.cc95 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op()
122 SUPER::flush_args (env, param); in flush_args()
166 typedef cff2_cs_opset_t<cff2_cs_opset_flatten_t, flatten_param_t> SUPER; typedef
184 SUPER::process_op (op, env, param); in process_op()
196 SUPER::process_op (op, env, param); in process_op()
215 typedef cff2_cs_opset_t<cff2_cs_opset_subr_subset_t, subr_subset_param_t> SUPER; typedef
Dhb-ot-cff2-table.hh177 SUPER::process_op (op, env, dictval); in process_op()
187 typedef top_dict_opset_t<> SUPER; typedef
214 SUPER::process_op (op, env); in process_op()
225 typedef dict_opset_t SUPER; typedef
355 SUPER::process_op (op, env); in process_op()
366 typedef dict_opset_t SUPER; typedef
Dhb-subset-cff-common.hh353 SUPER::init (); in init()
362 SUPER::add_op (op, str_ref); in add_op()
375 SUPER::add_op (op, str_ref, val); in add_call_op()
414 typedef parsed_values_t<parsed_cs_op_t> SUPER; typedef
421 SUPER::init (); in init()
427 void fini () { SUPER::fini_deep (); } in fini()
430 typedef hb_vector_t<parsed_cs_str_t> SUPER; typedef
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp41 typedef CHWTessellator SUPER; typedef in pipe_tessellator_wrap::pipe_ts
68 SUPER::Init(CVT_TS_D3D_PARTITIONING[ts_spacing], in Init()
81 SUPER::TessellateQuadDomain( in Tessellate()
91 SUPER::TessellateTriDomain( in Tessellate()
99 SUPER::TessellateIsoLineDomain( in Tessellate()
109 num_domain_points = (uint32_t)SUPER::GetPointCount(); in Tessellate()
111 DOMAIN_POINT *points = SUPER::GetPoints(); in Tessellate()
120 tess_data->num_indices = (uint32_t)SUPER::GetIndexCount(); in Tessellate()
122 tess_data->indices = (uint32_t*)SUPER::GetIndices(); in Tessellate()
/third_party/openssl/util/perl/OpenSSL/
DTemplate.pm49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
83 $self->SUPER::append_text_to_output(@_);
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
DTemplate.pm49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
83 $self->SUPER::append_text_to_output(@_);
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_mm.c49 #define SUPER(__derived) (&(__derived)->base) macro
220 return SUPER(mm_buf); in mm_bufmgr_create_buffer()
283 return SUPER(mm); in mm_bufmgr_create_from_buffer()
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
DPreprocess.pm29 $self->SUPER::fill_in(@_);
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
DPreprocess.pm29 $self->SUPER::fill_in(@_);
/third_party/openssl/util/perl/TLSProxy/
DNewSessionTicket.pm24 my $self = $class->SUPER::new(
DCertificateVerify.pm24 my $self = $class->SUPER::new(
DEncryptedExtensions.pm24 my $self = $class->SUPER::new(
DCertificateRequest.pm24 my $self = $class->SUPER::new(
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
DNewSessionTicket.pm24 my $self = $class->SUPER::new(
DCertificateVerify.pm24 my $self = $class->SUPER::new(
DEncryptedExtensions.pm24 my $self = $class->SUPER::new(
/third_party/libffi/
Dconfig.guess1271 SX-4:SUPER-UX:*:*)
1274 SX-5:SUPER-UX:*:*)
1277 SX-6:SUPER-UX:*:*)
1280 SX-7:SUPER-UX:*:*)
1283 SX-8:SUPER-UX:*:*)
1286 SX-8R:SUPER-UX:*:*)
1289 SX-ACE:SUPER-UX:*:*)
/third_party/skia/third_party/externals/libpng/
Dconfig.guess1259 SX-4:SUPER-UX:*:*)
1262 SX-5:SUPER-UX:*:*)
1265 SX-6:SUPER-UX:*:*)
1268 SX-7:SUPER-UX:*:*)
1271 SX-8:SUPER-UX:*:*)
1274 SX-8R:SUPER-UX:*:*)
1277 SX-ACE:SUPER-UX:*:*)
/third_party/libevdev/build-aux/
Dconfig.guess1270 SX-4:SUPER-UX:*:*)
1273 SX-5:SUPER-UX:*:*)
1276 SX-6:SUPER-UX:*:*)
1279 SX-7:SUPER-UX:*:*)
1282 SX-8:SUPER-UX:*:*)
1285 SX-8R:SUPER-UX:*:*)
1288 SX-ACE:SUPER-UX:*:*)
/third_party/skia/third_party/externals/icu/source/
Dconfig.guess1249 SX-4:SUPER-UX:*:*)
1252 SX-5:SUPER-UX:*:*)
1255 SX-6:SUPER-UX:*:*)
1258 SX-7:SUPER-UX:*:*)
1261 SX-8:SUPER-UX:*:*)
1264 SX-8R:SUPER-UX:*:*)
1267 SX-ACE:SUPER-UX:*:*)

1234