Searched refs:cff2_extents_param_t (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-cff2-table.cc | 37 struct cff2_extents_param_t struct 67 struct cff2_path_procs_extents_t : path_procs_t<cff2_path_procs_extents_t, cff2_cs_interp_env_t, cff2_extents_param_t> 69 static void moveto (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt) in moveto() 75 static void line (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1) in line() 86 static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve() 101 struct cff2_cs_opset_extents_t : cff2_cs_opset_t<cff2_cs_opset_extents_t, cff2_extents_param_t, cff2_path_procs_extents_t> {}; 115 cff2_cs_interpreter_t<cff2_cs_opset_extents_t, cff2_extents_param_t> interp; in get_extents() 118 cff2_extents_param_t param; in get_extents()
|
Completed in 1 milliseconds