Home
last modified time | relevance | path

Searched refs:subr_num (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.hh372 subr_num = subr_num_; in init()
389 unsigned int subr_num; member
413 void add_call_op (op_code_t op, const byte_str_ref_t& str_ref, unsigned int subr_num) in add_call_op()
422 val.init (subr_num); in add_call_op()
504 if (likely (context.subr_num < parsed_local_subrs->length)) in get_parsed_str_for_context()
505 return &(*parsed_local_subrs)[context.subr_num]; in get_parsed_str_for_context()
509 if (likely (context.subr_num < parsed_global_subrs->length)) in get_parsed_str_for_context()
510 return &(*parsed_global_subrs)[context.subr_num]; in get_parsed_str_for_context()
800 parsed_cs_str_vec_t &subrs, unsigned int subr_num, in drop_hints_in_subr()
804 bool has_hint = drop_hints_in_str (subrs[subr_num], param, drop); in drop_hints_in_subr()
[all …]
Dhb-cff-interp-cs-common.hh48 subr_num = subr_num_; in init()
55 unsigned int subr_num; member
150 bool pop_subr_num (const biased_subrs_t<SUBRS>& biasedSubrs, unsigned int &subr_num) in pop_subr_num()
152 subr_num = 0; in pop_subr_num()
158 subr_num = (unsigned int)n; in pop_subr_num()
164 unsigned int subr_num = 0; in call_subr() local
166 if (unlikely (!pop_subr_num (biasedSubrs, subr_num) in call_subr()
175 context.init ( biasedSubrs[subr_num], type, subr_num); in call_subr()
Dhb-subset-cff2.cc221 param.current_parsed_str->add_call_op (op, str_ref, env.context.subr_num); in process_call_subr()
222 closure->add (env.context.subr_num); in process_call_subr()
Dhb-subset-cff1.cc391 param.current_parsed_str->add_call_op (op, str_ref, env.context.subr_num); in process_call_subr()
392 closure->add (env.context.subr_num); in process_call_subr()