/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
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
|
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() 194 typedef cs_interp_env_t<blend_arg_t, CFF2Subrs> SUPER; typedef 210 SUPER::process_op (op, env, param); in process_op() 227 SUPER::process_op (op, env, param); in process_op() 263 typedef cs_opset_t<blend_arg_t, OPSET, cff2_cs_interp_env_t, PARAM, PATH> SUPER; typedef
|
D | hb-cff-interp-dict-common.hh | 278 while (SUPER::env.str_ref.avail ()) in interpret() 280 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret() 281 if (unlikely (SUPER::env.in_error ())) in interpret() 289 typedef interpreter_t<ENV> SUPER; typedef
|
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 [all …]
|
D | hb-subset-cff1.cc | 88 SUPER::init (); in init() 92 void fini () { SUPER::fini (); } in fini() 94 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count() 100 return SUPER::values[i - base->get_count ()]; in get_value() 111 typedef cff1_top_dict_values_t SUPER; typedef 249 return_trace (SUPER::serialize (c, opstr, mod.privateDictInfo)); in serialize() 257 return SUPER::calculate_serialized_size (opstr); in calculate_serialized_size() 261 typedef cff_font_dict_op_serializer_t SUPER; typedef 288 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op() 297 SUPER::flush_args (env, param); in flush_args() [all …]
|
D | hb-ot-cff-common.hh | 67 void fini () { SUPER::fini_deep (); } in fini() 78 typedef hb_vector_t<str_buff_t> SUPER; typedef 421 void init () { SUPER::init (); } in init() 423 void fini () { SUPER::fini (); } in fini() 427 if (unlikely (!SUPER::resize (size))) in reset() 437 if (unlikely (!SUPER::resize (size))) in identity() 465 typedef hb_vector_t<hb_codepoint_t> SUPER; typedef 709 typedef CFFIndex<COUNT> SUPER; typedef
|
D | hb-ot-cff2-table.hh | 197 SUPER::process_op (op, env, dictval); in process_op() 207 typedef top_dict_opset_t<> SUPER; typedef 234 SUPER::process_op (op, env); in process_op() 245 typedef dict_opset_t SUPER; typedef 386 SUPER::process_op (op, env); in process_op() 397 typedef dict_opset_t SUPER; typedef
|
D | hb-subset-cff2.cc | 105 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op() 132 SUPER::flush_args (env, param); in flush_args() 176 typedef cff2_cs_opset_t<cff2_cs_opset_flatten_t, flatten_param_t> SUPER; typedef 194 SUPER::process_op (op, env, param); in process_op() 206 SUPER::process_op (op, env, param); in process_op() 225 typedef cff2_cs_opset_t<cff2_cs_opset_subr_subset_t, subr_subset_param_t> SUPER; typedef
|
D | hb-subset-cff-common.hh | 401 SUPER::init (); in init() 410 SUPER::add_op (op, str_ref); in add_op() 423 SUPER::add_op (op, str_ref, val); in add_call_op() 462 typedef parsed_values_t<parsed_cs_op_t> SUPER; typedef 469 SUPER::init (); in init() 474 void fini () { SUPER::fini_deep (); } in fini() 477 typedef hb_vector_t<parsed_cs_str_t> SUPER; typedef
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
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
|
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
|
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
|
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::flush_hintmask (op, env, param); in flush_hintmask() [all …]
|
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 [all …]
|
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
|
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
|
/third_party/harfbuzz/src/ |
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
|
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
|
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
|
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::flush_hintmask (op, env, param); in flush_hintmask() [all …]
|
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 [all …]
|
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
|
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
|
D | hb-subset-cff-common.hh | 350 SUPER::init (); in init() 359 SUPER::add_op (op, str_ref); in add_op() 372 SUPER::add_op (op, str_ref, val); in add_call_op() 411 typedef parsed_values_t<parsed_cs_op_t> SUPER; typedef 418 SUPER::init (); in init() 424 void fini () { SUPER::fini_deep (); } in fini() 427 typedef hb_vector_t<parsed_cs_str_t> SUPER; typedef
|
/third_party/openssl/util/ |
D | dofile.pl | 54 my $self = $class->SUPER::new( @_ ); 65 $self->SUPER::append_text_to_output(@_);
|