/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff1-interp-cs.hh | 43 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 [all...] |
H A D | hb-cff2-interp-cs.hh | 85 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
|
H A D | hb-cff-interp-dict-common.hh | 185 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
|
H A D | hb-subset-cff1.cc | 87 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 in flush_hintmask() 265 typedef cff1_cs_opset_t<cff1_cs_opset_flatten_t, flatten_param_t> SUPER; global() typedef 334 typedef cff1_cs_opset_t<cff1_cs_opset_subr_subset_t, subr_subset_param_t> SUPER; global() typedef [all...] |
H A D | hb-cff-interp-cs-common.hh | 147 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 459 typedef opset_t<ARG> SUPER; global() typedef 906 typedef interpreter_t<ENV> SUPER; global() typedef [all...] |
H A D | hb-ot-cff2-table.hh | 177 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
|
H A D | hb-subset-cff2.cc | 95 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
|
H A D | hb-subset-cff-common.hh | 353 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
|
H A D | hb-ot-cff-common.hh | 71 void fini () { SUPER::fini_deep (); } in fini() 82 typedef hb_vector_t<str_buff_t> SUPER; typedef 617 typedef CFFIndex<COUNT> SUPER; typedef
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
H A D | p_tessellator.cpp | 41 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/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'], 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 83 $self->SUPER::append_text_to_output(@_);
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'], 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 83 $self->SUPER::append_text_to_output(@_);
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_mm.c | 49 #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/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | NewSessionTicket.pm | 24 my $self = $class->SUPER::new(
|
H A D | EncryptedExtensions.pm | 24 my $self = $class->SUPER::new(
|
H A D | CertificateVerify.pm | 24 my $self = $class->SUPER::new(
|
H A D | CertificateRequest.pm | 24 my $self = $class->SUPER::new(
|
H A D | ServerKeyExchange.pm | 24 my $self = $class->SUPER::new(
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | NewSessionTicket.pm | 24 my $self = $class->SUPER::new(
|
H A D | EncryptedExtensions.pm | 24 my $self = $class->SUPER::new(
|
H A D | CertificateVerify.pm | 24 my $self = $class->SUPER::new(
|
H A D | CertificateRequest.pm | 24 my $self = $class->SUPER::new(
|
H A D | ServerKeyExchange.pm | 24 my $self = $class->SUPER::new(
|
/third_party/node/deps/v8/src/parsing/ |
H A D | token.h | 173 K(SUPER, "super", 0) \ 244 return base::IsInRange(token, SUPER, ESCAPED_STRICT_RESERVED_WORD); in IsCallable()
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 1233 SX-4:SUPER-UX:*:*) 1236 SX-5:SUPER-UX:*:*) 1239 SX-6:SUPER-UX:*:*) 1242 SX-7:SUPER-UX:*:*) 1245 SX-8:SUPER-UX:*:*) 1248 SX-8R:SUPER-UX:*:*)
|