Searched refs:moveto (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Demo/tkinter/guido/ |
D | canvasevents.py | 62 def moveto(self, x, y): member in Object 118 object.moveto(self.x + i*4, self.y + i*8)
|
D | solitaire.py | 188 def moveto(self, x, y): member in Card 317 card.moveto(self.x, self.y) 522 card.moveto(self.x, y)
|
/external/syslinux/com32/lua/src/ |
D | lapi.c | 206 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/scapy/scapy/ |
D | packet.py | 575 return pyx.path.path(pyx.path.moveto(fb.right(), fb.top()), 579 pyx.path.moveto(lb.left(), lb.top()), 591 return pyx.path.path(pyx.path.moveto(fb.left(), fb.top()),
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11318 - 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)).
|
/external/freetype/ |
D | ChangeLog.25 | 3501 effect when `moveto' executes) just before drawing the final element
|
/external/python/cpython3/Misc/ |
D | HISTORY | 28697 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.) 34585 dev moveto(self, (x, y)): ... 34594 dev moveto(self, x, y): ... 34598 changed so that now p.moveto(x,y) is equivalent to Point.moveto(p,x,y) 34599 while formerly it was equivalent to Point.moveto(p,(x,y)).
|