Home
last modified time | relevance | path

Searched refs:initpos (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python-legacy/Python-2.7.18/Demo/turtle/
H A Dtdemo_bytedesign.py51 def wheel(self, initpos, scale): argument
54 self.pentpiece(initpos, scale)
58 self.tripiece(initpos, scale)
69 def tripiece(self, initpos, scale): argument
75 self.goto(initpos)
81 self.goto(initpos)
86 def pentpiece(self, initpos, scale): argument
96 self.goto(initpos)
105 self.goto(initpos)
/dports/lang/python27/Python-2.7.18/Demo/turtle/
H A Dtdemo_bytedesign.py51 def wheel(self, initpos, scale): argument
54 self.pentpiece(initpos, scale)
58 self.tripiece(initpos, scale)
69 def tripiece(self, initpos, scale): argument
75 self.goto(initpos)
81 self.goto(initpos)
86 def pentpiece(self, initpos, scale): argument
96 self.goto(initpos)
105 self.goto(initpos)
/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python-tools/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python39/Python-3.9.9/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python38/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/lang/python311/Python-3.11.0a3/Lib/turtledemo/
H A Dbytedesign.py50 def wheel(self, initpos, scale): argument
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale): argument
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale): argument
95 self.goto(initpos)
104 self.goto(initpos)
/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dlinearframe.cpp13 MATHVECTOR<double,3> initpos; in QT_TEST() local
14 initpos.Set(0,0,0); in QT_TEST()
15 frame.SetPosition(initpos); in QT_TEST()
43 initpos.Set(0,0,0); in QT_TEST()
44 frame.SetPosition(initpos); in QT_TEST()
H A Drigidbody.cpp13 MATHVECTOR<Dbl,3> initpos; in QT_TEST() local
15 initpos.Set(0,0,10); in QT_TEST()
16 body.SetPosition(initpos); in QT_TEST()
/dports/multimedia/xvid/xvidcore/src/bitstream/
H A Dbitstream.h209 bs->pos = bs->initpos = (uint32_t) bitpos*8; in BitstreamInit()
211 if (bs->initpos > 0) in BitstreamInit()
212 bs->buf = bs->bufa & (0xffffffff << (32 - bs->initpos)); in BitstreamInit()
241 if (bs->initpos > 0) in BitstreamReset()
242 bs->buf = bs->bufa & (0xffffffff << (32 - bs->initpos)); in BitstreamReset()
245 bs->pos = bs->initpos; in BitstreamReset()
348 return((uint32_t)(8*((ptr_t)bs->tail - (ptr_t)bs->start) + bs->pos - bs->initpos)); in BitstreamPos()
374 if (bs->initpos) in BitstreamLength()
375 len -= bs->initpos/8; in BitstreamLength()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DOpenGLDlg.cpp183 …int initpos = 1000;//this initial position outside helps that the slider is redrawn correctly when… in BEGIN_MESSAGE_MAP() local
184 sliderctrl_transparency.SetPos(initpos); in BEGIN_MESSAGE_MAP()
185 sliderctrl_shininess.SetPos(initpos); in BEGIN_MESSAGE_MAP()
186 sliderctrl_speccolor.SetPos(initpos); in BEGIN_MESSAGE_MAP()
187 sliderctrl_ambient_light.SetPos(initpos); in BEGIN_MESSAGE_MAP()
188 sliderctrl_diffuse_light.SetPos(initpos); in BEGIN_MESSAGE_MAP()
189 sliderctrl_specular_light.SetPos(initpos); in BEGIN_MESSAGE_MAP()
190 sliderctrl_ambient_light2.SetPos(initpos); in BEGIN_MESSAGE_MAP()
191 sliderctrl_diffuse_light2.SetPos(initpos); in BEGIN_MESSAGE_MAP()
192 sliderctrl_specular_light2.SetPos(initpos); in BEGIN_MESSAGE_MAP()
/dports/games/oldrunner/oldrunner/
H A Dhero.c36 struct coord pos, initpos; member
67 coord_set_yx (&hero.initpos, pos->y, pos->x); in hero_set_initpos()
79 coord_set_yx (pos, hero.initpos.y, hero.initpos.x); in hero_get_initpos()
/dports/emulators/tilem/tilem-2.0/emu/
H A Drom.c63 unsigned long initpos; in tilem_guess_rom_type() local
67 initpos = ftell(romfile); in tilem_guess_rom_type()
116 fseek(romfile, initpos, SEEK_SET); in tilem_guess_rom_type()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DHsqlByteArrayOutputStream.java203 int initpos = count; in writeUTF() local
209 int bytecount = count - initpos - 2; in writeUTF()
212 count = initpos; in writeUTF()
217 buffer[initpos++] = (byte) (bytecount >>> 8); in writeUTF()
218 buffer[initpos] = (byte) bytecount; in writeUTF()
/dports/emulators/mtools/mtools-4.0.26/
H A Dvfat.c421 int initpos = direntry->entry + 1; in vfat_lookup_loop_common() local
437 addFreeEndEntry(cache, initpos, direntry->entry, in vfat_lookup_loop_common()
464 return addFreeEntry(cache, initpos, in vfat_lookup_loop_common()
473 addFreeEntry(cache, initpos, in vfat_lookup_loop_common()
509 int initpos = direntry->entry + 1; in vfat_lookup_loop_for_read() local
513 dce = cache->entries[initpos]; in vfat_lookup_loop_for_read()
672 int initpos, in vfat_lookup_loop_for_insert() argument
678 dce = cache->entries[initpos]; in vfat_lookup_loop_for_insert()
682 direntry->entry = initpos - 1; in vfat_lookup_loop_for_insert()
693 return cache->entries[initpos]; in vfat_lookup_loop_for_insert()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DInteractive.cpp1843 io->lastpos.x = io->initpos.x = EEfabs(io->initpos.x / 20) * 20.f; in AddFix()
1844 io->lastpos.z = io->initpos.z = EEfabs(io->initpos.z / 20) * 20.f; in AddFix()
1904 io->lastpos.x = io->initpos.x = EEfabs(io->initpos.x / 20) * 20.f; in AddCamera()
1905 io->lastpos.z = io->initpos.z = EEfabs(io->initpos.z / 20) * 20.f; in AddCamera()
1959 io->lastpos.x = io->initpos.x = EEfabs(io->initpos.x / 20) * 20.f; in AddMarker()
1960 io->lastpos.z = io->initpos.z = EEfabs(io->initpos.z / 20) * 20.f; in AddMarker()
2031 io->initpos.y = io->pos.y = ay; in GroundSnapSelectedIO()
2150 io->lastpos.x = io->initpos.x = EEfabs(io->initpos.x / 20) * 20.f; in AddNPC()
2151 io->lastpos.z = io->initpos.z = EEfabs(io->initpos.z / 20) * 20.f; in AddNPC()
2326 io->lastpos.x = io->initpos.x = (float)((long)(io->initpos.x / 20)) * 20.f; in AddItem()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptedIOControl.cpp102 ioo->initpos = io->initpos; in execute()
551 bool teleport_player = false, initpos = false; in execute() local
590 initpos = test_flag(flg, 'i'); in execute()
594 if(!initpos) { in execute()
611 if(!initpos) { in execute()
653 ARX_INTERACTIVE_Teleport(io, &io->initpos); in execute()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Dwritebarrier.go79 initpos := f.Entry.Pos
92 sb = f.Entry.NewValue0(initpos, OpSB, f.Config.Types.Uintptr)
95 sp = f.Entry.NewValue0(initpos, OpSP, f.Config.Types.Uintptr)
98 wbaddr = f.Entry.NewValue1A(initpos, OpAddr, f.Config.Types.UInt32Ptr, wbsym, sb)
102 const0 = f.ConstInt32(initpos, f.Config.Types.UInt32, 0)
/dports/games/edge/Edge-1.35-source/epi/
H A Darrays.h110 array_iterator_c(array_c *ptr, int initpos) in array_iterator_c() argument
113 idx = initpos*parent->array_block_objsize; in array_iterator_c()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_utils.c334 char *pos, *initpos; in hex2bin_new() local
381 for( initpos = pos = tmpbuf; *pos && (pos-initpos < len); ++pos) in hex2bin_new()
383 if( !((pos-initpos)&1) ) { in hex2bin_new()
384 sscanf(pos,"%2hhx", &target[(pos-initpos)>>1]); in hex2bin_new()
/dports/games/eboard/eboard-1.1.3/
H A Dproto_xboard.cc102 initpos=(*p); in setInitialPosition()
561 if (initpos.sidehint) in lateInit()
587 s+=initpos.getFEN(); in setupPosition()
609 p=initpos.getPiece(i,j); in setupPosition()
620 p=initpos.getPiece(i,j); in setupPosition()
671 (*pos)=initpos; in createGame()
672 CurrentPosition = initpos; in createGame()
673 LegalityBackup = initpos; in createGame()
932 if (initpos.sidehint) // white to move in createDialog()
1022 EngineWhite=initpos.sidehint ? 1 : 0; in loadBookmark()

1234