Searched defs:moveto (Results  1 – 6 of 6) sorted by relevance
| /external/harfbuzz_ng/src/ | 
| D | hb-ot-cff2-table.cc | 68 …static void moveto (cff2_cs_interp_env_t<number_t> &env, cff2_extents_param_t& param, const point_…  in moveto()  function 172 …static void moveto (cff2_cs_interp_env_t<number_t> &env, cff2_path_param_t& param, const point_t &…  in moveto()  function
  | 
| D | hb-ot-cff1-table.cc | 331   static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt)  in moveto()  function 492   static void moveto (cff1_cs_interp_env_t &env, cff1_path_param_t& param, const point_t &pt)  in moveto()  function
  | 
| D | hb-cff-interp-cs-common.hh | 194   void moveto (const point_t &pt_ ) { pt = pt_; }  in moveto()  function 231   static void moveto (ENV &env, PARAM& param, const point_t &pt) {}  in moveto()  function 749   static void moveto (ENV &env, PARAM& param, const point_t &pt)  in moveto()  function
  | 
| /external/python/cpython2/Demo/tkinter/guido/ | 
| D | canvasevents.py | 62     def moveto(self, x, y):  member in Object
  | 
| D | solitaire.py | 188     def moveto(self, x, y):  member in Card
  | 
| /external/python/cpython3/Lib/tkinter/ | 
| D | __init__.py | 2951     def moveto(self, tagOrId, x='', y=''):  member in Canvas
  |