Searched refs:setpos (Results 1 - 11 of 11) sorted by relevance
/third_party/python/Lib/turtledemo/ |
H A D | planet_and_moon.py | 43 self.setpos(x) 62 self.setpos(self.pos() + dt*self.v)
|
H A D | round_dance.py | 55 setpos(0, -200)
|
H A D | forest.py | 62 t.setpos(x,y)
|
H A D | fractalcurves.py | 88 ft.setpos(-33*size, -32*size)
|
H A D | penrose.py | 96 setpos(x, y)
|
/third_party/python/Lib/test/ |
H A D | audiotests.py | 291 f.setpos(pos2) 293 f.setpos(pos0) 296 f.setpos(-1) 298 f.setpos(f.getnframes() + 1)
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 1231 * setpos() function is chunk specific because it uses the copy of the in getpos() 1639 setpos(struct chunk *chunk) in setpos() function 1674 setpos(chunk); in process_zTXt_iCCP() 1703 setpos(chunk); in process_iTXt() 1965 setpos(file->chunk); in process_IDAT() 1988 setpos(file->chunk); in process_IDAT() 2892 setpos(chunk); in process_chunk() 3341 setpos(chunk); in read_callback()
|
/third_party/python/Lib/ |
H A D | sunau.py | 42 When the setpos() and rewind() methods are not used, the seek() 62 setpos(pos) -- seek to the specified position 65 The position returned by tell() and the position given to setpos() 297 def setpos(self, pos): member in Au_read
|
H A D | wave.py | 9 When the setpos() and rewind() methods are not used, the seek() 29 setpos(pos) -- seek to the specified position 32 The position returned by tell() and the position given to setpos() 235 setpos() method 347 def setpos(self, pos): member in Wave_read
|
H A D | aifc.py | 60 In some types of audio files, if the setpos() method is not used, 80 setpos(pos) -- seek to the specified position 83 The position returned by tell(), the position given to setpos() and 300 # setpos() method 428 def setpos(self, pos): member in Aifc_read
|
H A D | turtle.py | 136 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle', 147 'pu', 'rt', 'seth', 'setpos', 'setposition', 'st', 1747 Aliases: setpos | setposition | goto: 1764 >>> turtle.setpos(60,30) 1767 >>> turtle.setpos((20,80)) 1770 >>> turtle.setpos(tp) 2017 setpos = goto variable in TNavigator 3452 self.setpos(end, y)
|
Completed in 17 milliseconds