Searched refs:cff1_path_param_t (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff1-table.cc | 446 struct cff1_path_param_t struct 448 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, in cff1_path_param_t() function 494 …1_path_procs_path_t : path_procs_t<cff1_path_procs_path_t, cff1_cs_interp_env_t, cff1_path_param_t> argument 496 static void moveto (cff1_cs_interp_env_t &env, cff1_path_param_t& param, const point_t &pt) in moveto() 502 static void line (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1) in line() 508 …static void curve (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1, const … in curve() 518 struct cff1_cs_opset_path_t : cff1_cs_opset_t<cff1_cs_opset_path_t, cff1_path_param_t, cff1_path_pr… 520 static void process_seac (cff1_cs_interp_env_t &env, cff1_path_param_t& param) in process_seac() 545 cff1_cs_interpreter_t<cff1_cs_opset_path_t, cff1_path_param_t> interp; in _get_path() 549 cff1_path_param_t param (cff, font, draw_helper, delta); in _get_path()
|
/third_party/harfbuzz/src/ |
D | hb-ot-cff1-table.cc | 446 struct cff1_path_param_t struct 448 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, in cff1_path_param_t() function 494 …1_path_procs_path_t : path_procs_t<cff1_path_procs_path_t, cff1_cs_interp_env_t, cff1_path_param_t> argument 496 static void moveto (cff1_cs_interp_env_t &env, cff1_path_param_t& param, const point_t &pt) in moveto() 502 static void line (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1) in line() 508 …static void curve (cff1_cs_interp_env_t &env, cff1_path_param_t ¶m, const point_t &pt1, const … in curve() 518 struct cff1_cs_opset_path_t : cff1_cs_opset_t<cff1_cs_opset_path_t, cff1_path_param_t, cff1_path_pr… 520 static void process_seac (cff1_cs_interp_env_t &env, cff1_path_param_t& param) in process_seac() 545 cff1_cs_interpreter_t<cff1_cs_opset_path_t, cff1_path_param_t> interp; in _get_path() 549 cff1_path_param_t param (cff, font, draw_helper, delta); in _get_path()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 32986 struct cff1_path_param_t 32988 cff1_path_param_t (const OT::cff1::accelerator_t *cff_, hb_font_t *font_, 32997 @@ -458,14 +457,14 @@ struct cff1_path_param_t 33014 @@ -477,15 +476,15 @@ struct cff1_path_param_t 33042 …struct cff1_cs_opset_path_t : cff1_cs_opset_t<cff1_cs_opset_path_t, cff1_path_param_t, cff1_path_p… 33066 - cff1_path_param_t param (cff, font, draw_helper, delta); 33067 + cff1_path_param_t param (cff, font, draw_session, delta);
|