Searched refs:cff1_path_param_t (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-cff1-table.cc | 444 struct cff1_path_param_t struct 446 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, in cff1_path_param_t() argument 492 …1_path_procs_path_t : path_procs_t<cff1_path_procs_path_t, cff1_cs_interp_env_t, cff1_path_param_t> argument 494 static void moveto (cff1_cs_interp_env_t &env, cff1_path_param_t& param, const point_t &pt) in moveto() 500 static void line (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1) in line() 506 …static void curve (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1, const … in curve() 516 struct cff1_cs_opset_path_t : cff1_cs_opset_t<cff1_cs_opset_path_t, cff1_path_param_t, cff1_path_pr… 518 static void process_seac (cff1_cs_interp_env_t &env, cff1_path_param_t& param) in process_seac() 546 cff1_cs_interpreter_t<cff1_cs_opset_path_t, cff1_path_param_t> interp (env); in _get_path() 547 cff1_path_param_t param (cff, font, draw_session, delta); in _get_path()
|