Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh157 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()
Dhb-ot-cff1-table.hh664 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()
Dhb-cff-interp-dict-common.hh177 template <typename OPSET, typename PARAM, typename ENV=num_interp_env_t>
Dhb-cff-interp-common.hh594 using num_interp_env_t = interp_env_t<>; typedef