Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/tkinter/guido/
Dcanvasevents.py62 def moveto(self, x, y): member in Object
118 object.moveto(self.x + i*4, self.y + i*8)
Dsolitaire.py188 def moveto(self, x, y): member in Card
317 card.moveto(self.x, self.y)
522 card.moveto(self.x, y)
/external/skia/third_party/lua/src/
Dlapi.c206 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto() function
220 moveto(L, L->top - 1, idx); in lua_replace()
230 moveto(L, fr, toidx); in lua_copy()
/external/syslinux/com32/lua/src/
Dlapi.c206 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto() function
220 moveto(L, L->top - 1, idx); in lua_replace()
230 moveto(L, fr, toidx); in lua_copy()
/external/python/cpython2/Misc/
DHISTORY11318 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
17206 dev moveto(self, (x, y)): ...
17215 dev moveto(self, x, y): ...
17219 changed so that now p.moveto(x,y) is equivalent to Point.moveto(p,x,y)
17220 while formerly it was equivalent to Point.moveto(p,(x,y)).