Home
last modified time | relevance | path

Searched refs:SetPos (Results 1 – 25 of 1782) sorted by relevance

12345678910>>...72

/dports/devel/kyra/kyra/tests/
H A Dblttest.cpp87 c0->SetPos( 0, 0 ); in BltTest()
89 c1->SetPos( 0, 0 ); in BltTest()
90 c2->SetPos( 300, 0 ); in BltTest()
91 c3->SetPos( 0, 200 ); in BltTest()
139 noAlpha->SetPos( 0, 50 ); in BltTest()
168 noAlpha->SetPos( 0, 50 ); in BltTest()
176 noAlpha->SetPos( 0, 50 ); in BltTest()
184 noAlpha->SetPos( 0, 50 ); in BltTest()
198 alpha->SetPos( 0, 50 ); in BltTest()
205 alpha->SetPos( 0, 100 ); in BltTest()
[all …]
H A Dspritetest.cpp126 c0->SetPos( 0, 0 ); in DrawFrame()
128 c1->SetPos( 0, 0 ); in DrawFrame()
129 c2->SetPos( 300, 0 ); in DrawFrame()
130 c3->SetPos( 0, 200 ); in DrawFrame()
178 noAlpha->SetPos( 0, 50 ); in DrawFrame()
207 noAlpha->SetPos( 0, 50 ); in DrawFrame()
215 noAlpha->SetPos( 0, 50 ); in DrawFrame()
223 noAlpha->SetPos( 0, 50 ); in DrawFrame()
236 alpha->SetPos( 0, 50 ); in DrawFrame()
244 alpha->SetPos( 0, 100 ); in DrawFrame()
[all …]
H A Dscale.cpp80 travellingShip->SetPos( 500, 390 ); in ScalingTest()
86 escort->SetPos( 10 + i*30, -55 + i*30 ); in ScalingTest()
92 travelText->SetPos( -60, 30 ); in ScalingTest()
120 canvas[i]->SetPos( 50 + i * 200, 170 ); in ScalingTest()
139 ship->SetPos( SHIPX, SHIPY ); in ScalingTest()
146 center->SetPos( SHIPX, SHIPY ); in ScalingTest()
150 textBox->SetPos( 10, 10 ); in ScalingTest()
198 canvas->SetPos( i*canvas->Width(), j*canvas->Height() ); in AddBackground()
245 travellingShip->SetPos( travellingShip->X() - 2, travellingShip->Y() ); in DrawFrame()
248 travellingShip->SetPos( engine->ScreenBounds().Width(), travellingShip->Y() ); in DrawFrame()
[all …]
H A Dtiletest.cpp83 c1->SetPos( 0, 0 ); in TileTest()
84 c2->SetPos( 420, 0 ); in TileTest()
100 sprite->SetPos( i*rle.Width(), j*rle.Height() ); in TileTest()
111 noAlpha[i][0]->SetPos( i*noAlpha[i][0]->Size(), 0 ); in TileTest()
122 noAlpha[i][1]->SetPos( i*noAlpha[i][1]->Size(), 1*noAlpha[i][1]->Size() ); in TileTest()
156 alpha[i][0]->SetPos( i*alpha[i][0]->Size(), 4*alpha[i][0]->Size() ); in TileTest()
167 alpha[i][1]->SetPos( i*alpha[i][1]->Size(), 5*alpha[i][1]->Size() ); in TileTest()
178 alpha[i][2]->SetPos( i*alpha[i][2]->Size(), 6*alpha[i][2]->Size() ); in TileTest()
189 alpha[i][3]->SetPos( i*alpha[i][3]->Size(), 7*alpha[i][3]->Size() ); in TileTest()
227 canvas[i*2]->SetPos( 0, i * canvas[i*2]->Height() * 3 / 2 ); in TileTest()
[all …]
H A Dsinwave.cpp71 …horizontal[0][i]->SetPos( -PADDING + i * ( engine->ScreenBounds().Width() + PADDING * 2 ) / MAX_HO… in SinWaveTest()
77 …horizontal[1][i]->SetPos( -PADDING + i * ( engine->ScreenBounds().Width() + PADDING * 2 ) / MAX_HO… in SinWaveTest()
93 vertical[i][0]->SetPos( x, y ); in SinWaveTest()
101 car->SetPos( x, y + SPACE * ( j + 1 ) ); in SinWaveTest()
109 caboose->SetPos( x, y + SPACE * ( MAX_CARS + 1 ) ); in SinWaveTest()
138 tile->SetPos( x, y ); in AddStarfield()
187 sprite->SetPos( sprite->X() - deltaX, sprite->Y() ); in DrawFrame()
188 …if ( sprite->X() < -PADDING ) sprite->SetPos( engine->ScreenBounds().Width() + PADDING, sprite->Y(… in DrawFrame()
214 sprite->SetPos( sprite->X(), sprite->Y() - deltaY ); in DrawFrame()
219 vertical[i][k]->SetPos( vertical[i][k]->X(), in DrawFrame()
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DLabel.cpp15 label->SetPos(10, 10); in GWEN_CONTROL_INLINE()
22 label->SetPos(10, 30); in GWEN_CONTROL_INLINE()
29 label->SetPos(10, 50); in GWEN_CONTROL_INLINE()
36 label->SetPos(10, 70); in GWEN_CONTROL_INLINE()
43 label->SetPos(10, 90); in GWEN_CONTROL_INLINE()
50 label->SetPos(10, 110); in GWEN_CONTROL_INLINE()
58 label->SetPos(10, 130); in GWEN_CONTROL_INLINE()
66 label->SetPos(10, 150); in GWEN_CONTROL_INLINE()
81 label->SetPos(10, 170); in GWEN_CONTROL_INLINE()
H A DTextBox.cpp14 label->SetPos(10, 10); in GWEN_CONTROL_INLINE()
22 label->SetPos(10, 10 + 25); in GWEN_CONTROL_INLINE()
28 label->SetPos(10, 10 + 25 * 2); in GWEN_CONTROL_INLINE()
36 label->SetPos(10, 10 + 25 * 3); in GWEN_CONTROL_INLINE()
43 label->SetPos(10, 10 + 25 * 4); in GWEN_CONTROL_INLINE()
52 label->SetPos(10, 10 + 25 * 5); in GWEN_CONTROL_INLINE()
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DLabel.cpp15 label->SetPos(10, 10); in GWEN_CONTROL_INLINE()
22 label->SetPos(10, 30); in GWEN_CONTROL_INLINE()
29 label->SetPos(10, 50); in GWEN_CONTROL_INLINE()
36 label->SetPos(10, 70); in GWEN_CONTROL_INLINE()
43 label->SetPos(10, 90); in GWEN_CONTROL_INLINE()
50 label->SetPos(10, 110); in GWEN_CONTROL_INLINE()
58 label->SetPos(10, 130); in GWEN_CONTROL_INLINE()
66 label->SetPos(10, 150); in GWEN_CONTROL_INLINE()
81 label->SetPos(10, 170); in GWEN_CONTROL_INLINE()
H A DTextBox.cpp14 label->SetPos(10, 10); in GWEN_CONTROL_INLINE()
22 label->SetPos(10, 10 + 25); in GWEN_CONTROL_INLINE()
28 label->SetPos(10, 10 + 25 * 2); in GWEN_CONTROL_INLINE()
36 label->SetPos(10, 10 + 25 * 3); in GWEN_CONTROL_INLINE()
43 label->SetPos(10, 10 + 25 * 4); in GWEN_CONTROL_INLINE()
52 label->SetPos(10, 10 + 25 * 5); in GWEN_CONTROL_INLINE()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAlign.h21 …ctrl->SetPos(parent->GetPadding().left + (((parent->Width() - parent->GetPadding().left - parent->… in Center()
30 ctrl->SetPos(parent->GetPadding().left, ctrl->Y()); in AlignLeft()
38 …ctrl->SetPos(parent->GetPadding().left + (((parent->Width() - parent->GetPadding().left - parent->… in CenterHorizontally()
46 ctrl->SetPos(parent->Width() - ctrl->Width() - parent->GetPadding().right, ctrl->Y()); in AlignRight()
51 ctrl->SetPos(ctrl->X(), 0); in AlignTop()
59 ctrl->SetPos(ctrl->X(), (parent->Height() - ctrl->Height()) / 2); in CenterVertically()
67 ctrl->SetPos(ctrl->X(), parent->Height() - ctrl->Height()); in AlignBottom()
72 ctrl->SetPos(ctrl->X(), below->Bottom() + iBorder);
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAlign.h21 …ctrl->SetPos(parent->GetPadding().left + (((parent->Width() - parent->GetPadding().left - parent->… in Center()
30 ctrl->SetPos(parent->GetPadding().left, ctrl->Y()); in AlignLeft()
38 …ctrl->SetPos(parent->GetPadding().left + (((parent->Width() - parent->GetPadding().left - parent->… in CenterHorizontally()
46 ctrl->SetPos(parent->Width() - ctrl->Width() - parent->GetPadding().right, ctrl->Y()); in AlignRight()
51 ctrl->SetPos(ctrl->X(), 0); in AlignTop()
59 ctrl->SetPos(ctrl->X(), (parent->Height() - ctrl->Height()) / 2); in CenterVertically()
67 ctrl->SetPos(ctrl->X(), parent->Height() - ctrl->Height()); in AlignBottom()
72 ctrl->SetPos(ctrl->X(), below->Bottom() + iBorder);
/dports/devel/kyra/kyra/guitest/
H A Dguitest.cpp179 toggle0->SetPos( 10, 150 ); in GUI()
183 toggle1->SetPos( 10, 190 ); in GUI()
193 toggle2->SetPos( 60, 150 ); in GUI()
197 toggle3->SetPos( 60, 190 ); in GUI()
207 listBox0->SetPos( 330, 10 ); in GUI()
226 listBox1->SetPos( 500, 10 ); in GUI()
246 push0->SetPos( 10, 10 ); in GUI()
249 push1->SetPos( 10, 70 ); in GUI()
261 text0->SetPos( 100, 10 ); in GUI()
265 text1->SetPos( 100, 70 ); in GUI()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondrawlinerelangle.cpp127 case SetPos: { in mouseMoveEvent()
182 setStatus(SetPos); in mouseReleaseEvent()
187 case SetPos: { in mouseReleaseEvent()
214 case SetPos: in coordinateEvent()
237 case SetPos: in commandEvent()
256 setStatus(SetPos); in commandEvent()
268 setStatus(SetPos); in commandEvent()
283 case SetPos: in getAvailableCommands()
304 case SetPos: in updateMouseButtonHints()
339 case SetPos: in updateMouseCursor()
H A Drs_actiondrawmtext.cpp61 setStatus(SetPos); in init()
70 case SetPos: in init()
122 setStatus(SetPos); in trigger()
139 if (getStatus()==SetPos) { in mouseMoveEvent()
182 case SetPos: in coordinateEvent()
204 case SetPos: in commandEvent()
216 setStatus(SetPos); in commandEvent()
229 if (getStatus()==SetPos) { in getAvailableCommands()
255 case SetPos: in updateMouseButtonHints()
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_bricks.cpp61 … mrigidBody->SetPos(ChVector<>(-8 + ui * 4.0 + 2 * (bi % 2), 1.0 + bi * 2.0, ai * 9)); in create_wall_bodies()
81 mrigidFloor->SetPos(ChVector<>(0, -2, 0)); in create_wall_bodies()
92 mrigidBall->SetPos(ChVector<>(0, -2, 0)); in create_wall_bodies()
93 mrigidBall->SetPos(ChVector<>(0, 3, -8)); in create_wall_bodies()
122 mrigidBody1->SetPos(ChVector<>(-5, 1.0 + bi * 2.0, 0)); in create_jengatower_bodies()
130 mrigidBody2->SetPos(ChVector<>(5, 1.0 + bi * 2.0, 0)); in create_jengatower_bodies()
138 mrigidBody3->SetPos(ChVector<>(0, 3.0 + bi * 2.0, 5)); in create_jengatower_bodies()
146 mrigidBody4->SetPos(ChVector<>(0, 3.0 + bi * 2.0, -5)); in create_jengatower_bodies()
157 mrigidFloor->SetPos(ChVector<>(0, -2, 0)); in create_jengatower_bodies()
168 mrigidBall->SetPos(ChVector<>(0, 3, -8)); in create_jengatower_bodies()
H A Ddemo_IRR_collisionNSC.cpp55 msphereBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in AddFallingItems()
66 mboxBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in AddFallingItems()
78 mcylBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in AddFallingItems()
95 floorBody->SetPos(ChVector<>(0, -5, 0)); in AddContainer()
100 wallBody1->SetPos(ChVector<>(-10, 0, 0)); in AddContainer()
105 wallBody2->SetPos(ChVector<>(10, 0, 0)); in AddContainer()
110 wallBody3->SetPos(ChVector<>(0, 0, -10)); in AddContainer()
115 wallBody4->SetPos(ChVector<>(0, 0, 10)); in AddContainer()
136 rotatingBody->SetPos(ChVector<>(0, -1.6, 0)); in AddContainer()
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DScaleDlg.cpp68 m_ScaleXSlidCtrl.SetPos( ScaleX ); in BEGIN_MESSAGE_MAP()
72 m_ScaleYSlidCtrl.SetPos( ScaleY ); in BEGIN_MESSAGE_MAP()
76 m_ScaleZSlidCtrl.SetPos( ScaleZ ); in BEGIN_MESSAGE_MAP()
88 m_ScaleXSlidCtrl.SetPos( m_ScaleX ); in OnChangeEditScaleX()
108 m_ScaleYSlidCtrl.SetPos( m_ScaleY ); in OnChangeEditScaleY()
128 m_ScaleZSlidCtrl.SetPos( m_ScaleZ ); in OnChangeEditScaleZ()
153 m_ScaleXSlidCtrl.SetPos( 1 ); in OnHScroll()
159 m_ScaleYSlidCtrl.SetPos( 1 ); in OnHScroll()
165 m_ScaleZSlidCtrl.SetPos( 1 ); in OnHScroll()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DHSVColorPicker.cpp26 m_LerpBox->SetPos(5, 5); in GWEN_CONTROL_CONSTRUCTOR()
29 m_ColorSlider->SetPos(m_LerpBox->Width() + 15, 5); in GWEN_CONTROL_CONSTRUCTOR()
34 m_After->SetPos(m_ColorSlider->X() + m_ColorSlider->Width() + 15, 5); in GWEN_CONTROL_CONSTRUCTOR()
38 m_Before->SetPos(m_After->X(), 28); in GWEN_CONTROL_CONSTRUCTOR()
47 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
51 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
63 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
67 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
79 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
83 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
/dports/devel/upp/upp/bazaar/Controls4U/
H A DSplitterButton.cpp22 splitter.SetPos(5000); in SplitterButton()
52 splitter.SetPos(positions[positionId]); in SetPositions()
82 splitter.SetPos(positions[positionId]); in SetInitialPositionId()
111 button1.SetPos(PosLeft(posy, widthy), PosTop(posx, buttonWidth)); in OnLayout()
113 button1.SetPos(PosLeft(posy - widthy/2, widthy), PosTop(posx, buttonWidth)); in OnLayout()
114 button2.SetPos(PosLeft(posy + widthy/2, widthy), PosTop(posx, buttonWidth)); in OnLayout()
118 button1.SetPos(PosLeft(posx, buttonWidth), PosTop(posy, widthy)); in OnLayout()
120 button1.SetPos(PosLeft(posx, buttonWidth), PosTop(posy - widthy/2, widthy)); in OnLayout()
121 button2.SetPos(PosLeft(posx, buttonWidth), PosTop(posy + widthy/2, widthy)); in OnLayout()
164 splitter.SetPos(positions[positionId]); in SetButton()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DHSVColorPicker.cpp26 m_LerpBox->SetPos(5, 5); in GWEN_CONTROL_CONSTRUCTOR()
29 m_ColorSlider->SetPos(m_LerpBox->Width() + 15, 5); in GWEN_CONTROL_CONSTRUCTOR()
34 m_After->SetPos(m_ColorSlider->X() + m_ColorSlider->Width() + 15, 5); in GWEN_CONTROL_CONSTRUCTOR()
38 m_Before->SetPos(m_After->X(), 28); in GWEN_CONTROL_CONSTRUCTOR()
47 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
51 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
63 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
67 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
79 label->SetPos(x, y); in GWEN_CONTROL_CONSTRUCTOR()
83 numeric->SetPos(x + 15, y - 1); in GWEN_CONTROL_CONSTRUCTOR()
/dports/science/chrono/chrono-7.0.1/src/tests/benchmark_tests/physics/
H A Dbtest_CH_mixerNSC.cpp58 sphereBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in MixerTestNSC()
63 boxBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in MixerTestNSC()
68 cylBody->SetPos(ChVector<>(-5 + ChRandom() * 10, 4 + bi * 0.05, -5 + ChRandom() * 10)); in MixerTestNSC()
74 floorBody->SetPos(ChVector<>(0, -5, 0)); in MixerTestNSC()
79 wallBody1->SetPos(ChVector<>(-10, 0, 0)); in MixerTestNSC()
84 wallBody2->SetPos(ChVector<>(10, 0, 0)); in MixerTestNSC()
89 wallBody3->SetPos(ChVector<>(0, 0, -10)); in MixerTestNSC()
94 wallBody4->SetPos(ChVector<>(0, 0, 10)); in MixerTestNSC()
99 rotatingBody->SetPos(ChVector<>(0, -1.6, 0)); in MixerTestNSC()
/dports/devel/kyra/kyra/gui/
H A Dwidget.cpp150 horD->SetPos( 0, 0 ); in DrawIn()
151 horL->SetPos( 0, height-1 ); in DrawIn()
152 vertD->SetPos( 0, 0 ); in DrawIn()
153 vertL->SetPos( width-1, 0 ); in DrawIn()
158 horD->SetPos( 0, height-1 ); in DrawOut()
159 horL->SetPos( 0, 0 ); in DrawOut()
160 vertD->SetPos( width-1, 0 ); in DrawOut()
161 vertL->SetPos( 0, 0 ); in DrawOut()
/dports/science/chrono/chrono-7.0.1/src/demos/python/irrlicht/
H A Ddemo_IRR_collisionNSC.py36 …msphereBody.SetPos(chrono.ChVectorD(-5 + chrono.ChRandom() * 10, 4 + bi * 0.05, -5 + chrono.ChRand…
48 …mboxBody.SetPos(chrono.ChVectorD(-5 + chrono.ChRandom() * 10, 4 + bi * 0.05, -5 + chrono.ChRandom(…
61 …mcylBody.SetPos(chrono.ChVectorD(-5 + chrono.ChRandom() * 10, 4 + bi * 0.05, -5 + chrono.ChRandom(…
76 floorBody.SetPos(chrono.ChVectorD(0, -5, 0))
81 wallBody1.SetPos(chrono.ChVectorD(-10, 0, 0))
86 wallBody2.SetPos(chrono.ChVectorD(10, 0, 0))
91 wallBody3.SetPos(chrono.ChVectorD(0, 0, -10))
96 wallBody4.SetPos(chrono.ChVectorD(0, 0, 10))
118 rotatingBody.SetPos(chrono.ChVectorD(0, -1.6, 0))
/dports/devel/kyra/kyra/spriteed/
H A Dstatemovie.cpp68 sprite->SetPos( rect.Width() / 2, in StateOpening()
75 sprite->SetPos( (inverse*rect.Width()).ToInt() / 2, in StateOpening()
108 sprite->SetPos( (inverse * screen.Width()).ToInt(), sprite->Y() ); in FrameTick()
110 sprite->SetPos( 0, sprite->Y() ); in FrameTick()
112 sprite->SetPos( sprite->X(), (inverse*screen.Height()).ToInt() ); in FrameTick()
114 sprite->SetPos( sprite->X(), 0 ); in FrameTick()
139 sprite->SetPos( (inverse * screen.Width()).ToInt() / 2, (inverse*screen.Height()).ToInt()/2 ); in ZoomIn()
165 sprite->SetPos( (inverse * screen.Width()).ToInt() / 2, (inverse*screen.Height()).ToInt()/2 ); in ZoomOut()
/dports/textproc/peco/peco-v0.4.4/
H A Daction_test.go77 c.SetPos(5)
88 c.SetPos(q.Len())
94 c.SetPos(0)
113 c.SetPos(5)
137 c.SetPos(0)
149 c.SetPos(1)
169 c.SetPos(5)
182 c.SetPos(0)
202 c.SetPos(5)
209 c.SetPos(4)
[all …]

12345678910>>...72