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 &env, cff2_extents_param_t& param, const point_t &pt) in moveto() function
|
D | hb-cff-interp-cs-common.hh | 204 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 754 static void moveto (ENV &env, PARAM& param, const point_t &pt) in moveto() function
|
D | hb-ot-cff1-table.cc | 233 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& 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 | 2917 def moveto(self, tagOrId, x='', y=''): member in Canvas
|