HomeSort by relevance Sort by last modified time
    Searched refs:moveto (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Demo/tkinter/guido/
canvasevents.py 62 def moveto(self, x, y): member in class:Object
118 object.moveto(self.x + i*4, self.y + i*8)
solitaire.py 126 moveto(x, y) -- move the card to an absolute position
188 def moveto(self, x, y): member in class:Card
317 card.moveto(self.x, self.y)
522 card.moveto(self.x, y)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 206 static void moveto (lua_State *L, TValue *fr, int idx) { function
220 moveto(L, L->top - 1, idx);
230 moveto(L, fr, toidx);
  /external/syslinux/com32/lua/src/
lapi.c 206 static void moveto (lua_State *L, TValue *fr, int idx) { function
220 moveto(L, L->top - 1, idx);
230 moveto(L, fr, toidx);
  /external/scapy/scapy/
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()),
    [all...]

Completed in 94 milliseconds