Searched refs:cff1_extents_param_t (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.cc | 212 struct cff1_extents_param_t struct 231 …ocs_extents_t : path_procs_t<cff1_path_procs_extents_t, cff1_cs_interp_env_t, cff1_extents_param_t> argument 233 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto() 239 static void line (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1) in line() 250 …static void curve (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, con… in curve() 267 struct cff1_cs_opset_extents_t : cff1_cs_opset_t<cff1_cs_opset_extents_t, cff1_extents_param_t, cff… 269 static void process_seac (cff1_cs_interp_env_t &env, cff1_extents_param_t& param) in process_seac() 298 cff1_cs_interpreter_t<cff1_cs_opset_extents_t, cff1_extents_param_t> interp; in _get_bounds() 302 cff1_extents_param_t param; in _get_bounds()
|