Home
last modified time | relevance | path

Searched refs:moveto (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff2-table.cc69 static void moveto (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt) in moveto() function
72 env.moveto (pt); in moveto()
82 env.moveto (pt1); in line()
96 env.moveto (pt3); in curve()
175 static void moveto (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt) in moveto() function
178 env.moveto (pt); in moveto()
184 env.moveto (pt1); in line()
190 env.moveto (pt3); in curve()
H A Dhb-ot-cff1-table.cc333 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto() function
336 env.moveto (pt); in moveto()
346 env.moveto (pt1); in line()
360 env.moveto (pt3); in curve()
496 static void moveto (cff1_cs_interp_env_t &env, cff1_path_param_t& param, const point_t &pt) in moveto() function
499 env.moveto (pt); in moveto()
505 env.moveto (pt1); in line()
511 env.moveto (pt3); in curve()
H A Dhb-cff-interp-cs-common.hh204 void moveto (const point_t &pt_ ) { pt = pt_; } in moveto() function
241 static void moveto (ENV &env, PARAM& param, const point_t &pt) {} in moveto() function
471 PATH::moveto (env, param, pt1); in rmoveto()
478 PATH::moveto (env, param, pt1); in hmoveto()
485 PATH::moveto (env, param, pt1); in vmoveto()
759 static void moveto (ENV &env, PARAM& param, const point_t &pt) in moveto() function
760 { env.moveto (pt); } in moveto()
763 { PATH::moveto (env, param, pt1); } in line()
766 { PATH::moveto (env, param, pt3); } in curve()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py929 widget.moveto('group', 200, 100)
937 widget.moveto('group', y=50)
/third_party/python/Lib/tkinter/
H A D__init__.py1968 self.tk.call(self._w, 'xview', 'moveto', fraction)
1989 self.tk.call(self._w, 'yview', 'moveto', fraction)
2978 def moveto(self, tagOrId, x='', y=''): member in Canvas
2985 self.tk.call(self._w, 'moveto', tagOrId, x, y)

Completed in 13 milliseconds