Home
last modified time | relevance | path

Searched refs:setpos (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dplanet_and_moon.py43 self.setpos(x)
62 self.setpos(self.pos() + dt*self.v)
H A Dround_dance.py55 setpos(0, -200)
H A Dforest.py62 t.setpos(x,y)
H A Dfractalcurves.py88 ft.setpos(-33*size, -32*size)
H A Dpenrose.py96 setpos(x, y)
/third_party/python/Lib/test/
H A Daudiotests.py291 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 Dpngfix.c1231 * 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 Dsunau.py42 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 Dwave.py9 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 Daifc.py60 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 Dturtle.py136 '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