Searched refs:cff1_extents_param_t (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff1-table.cc | 312 struct cff1_extents_param_t struct 331 struct cff1_path_procs_extents_t : path_procs_t<cff1_path_procs_extents_t, cff1_cs_interp_env_t, cff1_extents_param_t> 333 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto() 339 static void line (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1) in line() 350 static void curve (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() 367 struct cff1_cs_opset_extents_t : cff1_cs_opset_t<cff1_cs_opset_extents_t, cff1_extents_param_t, cff1_path_procs_extents_t> 369 static void process_seac (cff1_cs_interp_env_t &env, cff1_extents_param_t& param) in process_seac() 398 cff1_cs_interpreter_t<cff1_cs_opset_extents_t, cff1_extents_param_t> interp; in _get_bounds() 402 cff1_extents_param_t param; in _get_bounds()
|
Completed in 2 milliseconds