Searched refs:num_interp_env_t (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff2-table.hh | 157 static void process_op (op_code_t op, num_interp_env_t& env, cff2_top_dict_values_t& dictval) in process_op() 206 static void process_op (op_code_t op, num_interp_env_t& env, cff2_font_dict_values_t& dictval) in process_op() 250 struct cff2_priv_dict_interp_env_t : num_interp_env_t 253 num_interp_env_t (str) {} in cff2_priv_dict_interp_env_t() 421 num_interp_env_t env (topDictStr); in accelerator_templ_t() 453 num_interp_env_t env (fontDictStr); in accelerator_templ_t()
|
D | hb-ot-cff1-table.hh | 664 struct cff1_top_dict_interp_env_t : num_interp_env_t 667 : num_interp_env_t(), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t() 669 : num_interp_env_t(bytes), prev_offset(0), last_offset(0) {} in cff1_top_dict_interp_env_t() 873 static void process_op (op_code_t op, num_interp_env_t& env, cff1_font_dict_values_t& dictval) in process_op() 922 static void process_op (op_code_t op, num_interp_env_t& env, cff1_private_dict_values_t& dictval) in process_op() 966 …static void process_op (op_code_t op, num_interp_env_t& env, cff1_private_dict_values_subset_t& di… in process_op() 1180 num_interp_env_t env2 (privDictStr); in accelerator_templ_t() 1195 num_interp_env_t env (privDictStr); in accelerator_templ_t()
|
D | hb-cff-interp-dict-common.hh | 177 template <typename OPSET, typename PARAM, typename ENV=num_interp_env_t>
|
D | hb-cff-interp-common.hh | 594 using num_interp_env_t = interp_env_t<>; typedef
|