Home
last modified time | relevance | path

Searched refs:setBounds (Results 126 – 150 of 6891) sorted by relevance

12345678910>>...276

/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dgrid_ui_tests.cpp71 grid->setBounds(gfx::Rect(0, 0, 40, 20)); in TEST()
104 grid->setBounds(gfx::Rect(0, 0, 60, 20)); in TEST()
173 grid->setBounds(gfx::Rect(0, 0, 100, 100)); in TEST()
223 grid.setBounds(gfx::Rect(0, 0, 40, 20)); in TEST()
255 grid.setBounds(gfx::Rect(0, 0, 10, 100)); in TEST()
262 grid.setBounds(gfx::Rect(0, 0, 10, 40)); in TEST()
269 grid.setBounds(gfx::Rect(0, 0, 10, 16)); in TEST()
298 grid.setBounds(gfx::Rect(0, 0, 10, 90)); in TEST()
304 grid.setBounds(gfx::Rect(0, 0, 10, 12)); in TEST()
324 grid.setBounds(gfx::Rect(10, 10, 40, 10)); in TEST()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java124 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
126 frame.setBounds(120, 120, 260, 260); in recreateGUI()
129 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
132 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
135 window.setBounds(120, 120, 260, 260); in recreateGUI()
138 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
147 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_sound.cpp39 _masterVolume.setBounds(Rect(17, 0, 147, 15)); in setup()
45 _musicVolume.setBounds(Rect(17, 20, 147, 35)); in setup()
51 _parrotVolume.setBounds(Rect(17, 40, 147, 55)); in setup()
57 _speechVolume.setBounds(Rect(17, 60, 147, 75)); in setup()
62 _element.setBounds(Rect(0, 0, 165, 77)); in setup()
67 _textMasterVolume.setBounds(rect); in setup()
73 _textMusicVolume.setBounds(rect); in setup()
79 _textParrotVolume.setBounds(rect); in setup()
85 _textSpeechVolume.setBounds(rect); in setup()
H A Dpet_frame.cpp112 _background.setBounds(Rect(20, 350, 620, 480)); in setPetControl()
113 _modeBackground.setBounds(Rect(590, 365, 611, 467)); in setPetControl()
118 _squares[idx].setBounds(r); in setPetControl()
128 _modeButtons[idx].setBounds(r); in setPetControl()
137 _titles[idx].setBounds(Rect(0, 0, 110, 11)); in setPetControl()
142 _titles[idx].setBounds(Rect(0, 0, 110, 11)); in setPetControl()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java115 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
117 frame.setBounds(120, 120, 260, 260); in recreateGUI()
120 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
123 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
126 window.setBounds(120, 120, 260, 260); in recreateGUI()
129 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
138 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_sound.cpp39 _masterVolume.setBounds(Rect(17, 0, 147, 15)); in setup()
45 _musicVolume.setBounds(Rect(17, 20, 147, 35)); in setup()
51 _parrotVolume.setBounds(Rect(17, 40, 147, 55)); in setup()
57 _speechVolume.setBounds(Rect(17, 60, 147, 75)); in setup()
62 _element.setBounds(Rect(0, 0, 165, 77)); in setup()
67 _textMasterVolume.setBounds(rect); in setup()
73 _textMusicVolume.setBounds(rect); in setup()
79 _textParrotVolume.setBounds(rect); in setup()
85 _textSpeechVolume.setBounds(rect); in setup()
H A Dpet_frame.cpp112 _background.setBounds(Rect(20, 350, 620, 480)); in setPetControl()
113 _modeBackground.setBounds(Rect(590, 365, 611, 467)); in setPetControl()
118 _squares[idx].setBounds(r); in setPetControl()
128 _modeButtons[idx].setBounds(r); in setPetControl()
137 _titles[idx].setBounds(Rect(0, 0, 110, 11)); in setPetControl()
142 _titles[idx].setBounds(Rect(0, 0, 110, 11)); in setPetControl()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java124 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
126 frame.setBounds(120, 120, 260, 260); in recreateGUI()
129 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
132 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
135 window.setBounds(120, 120, 260, 260); in recreateGUI()
138 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
147 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java124 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
126 frame.setBounds(120, 120, 260, 260); in recreateGUI()
129 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
132 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
135 window.setBounds(120, 120, 260, 260); in recreateGUI()
138 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
141 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
144 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
147 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java115 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
117 frame.setBounds(120, 120, 260, 260); in recreateGUI()
120 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
123 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
126 window.setBounds(120, 120, 260, 260); in recreateGUI()
129 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
138 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java115 auxFrame.setBounds(100, 100, 300, 300);
117 frame.setBounds(120, 120, 260, 260);
120 frame2.setBounds(120, 120, 260, 260);
123 frame3.setBounds(120, 120, 260, 260);
126 window.setBounds(120, 120, 260, 260);
129 dialog.setBounds(120, 120, 260, 260);
132 ownedWindow.setBounds(140, 140, 220, 220);
135 ownedDialog.setBounds(140, 140, 220, 220);
138 modalDialog.setBounds(140, 140, 220, 220);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java115 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
117 frame.setBounds(120, 120, 260, 260); in recreateGUI()
120 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
123 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
126 window.setBounds(120, 120, 260, 260); in recreateGUI()
129 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
138 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusToFrontTest.java115 auxFrame.setBounds(100, 100, 300, 300); in recreateGUI()
117 frame.setBounds(120, 120, 260, 260); in recreateGUI()
120 frame2.setBounds(120, 120, 260, 260); in recreateGUI()
123 frame3.setBounds(120, 120, 260, 260); in recreateGUI()
126 window.setBounds(120, 120, 260, 260); in recreateGUI()
129 dialog.setBounds(120, 120, 260, 260); in recreateGUI()
132 ownedWindow.setBounds(140, 140, 220, 220); in recreateGUI()
135 ownedDialog.setBounds(140, 140, 220, 220); in recreateGUI()
138 modalDialog.setBounds(140, 140, 220, 220); in recreateGUI()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Delements.cpp74 setBounds(Common::Rect(left, top, right, bottom)); in setBounds()
85 setBounds(newBounds); in sizeElement()
91 setBounds(newBounds); in moveElementTo()
97 setBounds(newBounds); in moveElement()
108 setBounds(newBounds); in centerElementAt()
338 setBounds(0, 0, 0, 0); in discardFrames()
367 setBounds(frameBounds); in addFrame()
392 setBounds(frameBounds); in removeFrame()
456 _sprite.setBounds(_bounds); in openFrameSequence()
469 FrameSequence::setBounds(bounds); in setBounds()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Delements.cpp74 setBounds(Common::Rect(left, top, right, bottom)); in setBounds()
85 setBounds(newBounds); in sizeElement()
91 setBounds(newBounds); in moveElementTo()
97 setBounds(newBounds); in moveElement()
108 setBounds(newBounds); in centerElementAt()
338 setBounds(0, 0, 0, 0); in discardFrames()
367 setBounds(frameBounds); in addFrame()
392 setBounds(frameBounds); in removeFrame()
456 _sprite.setBounds(_bounds); in openFrameSequence()
469 FrameSequence::setBounds(bounds); in setBounds()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/piet/ui/
H A DBorderDrawableTest.java67 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_allSides_default()
81 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_allSides_explicit()
94 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_topLeft()
107 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_bottomRight()
121 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_someSides_RtL()
132 borderDrawable.setBounds(1, 2, 3, 4); in testBorders_someSides_RtL()
145 borderDrawable.setBounds(new Rect(1, 2, 3, 4)); in testSetBoundsRect()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java68 f.setBounds(100, 100, 100, 100); in init()
117 f.setBounds(150, 150, 100, 100); in init()
123 b.setBounds(10, 10, 40, 40); in init()
130 b.setBounds(20, 20, 50, 50); in init()
137 c.setBounds(10, 10, 40, 40); in init()
144 c.setBounds(20, 20, 50, 50); in init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java68 f.setBounds(100, 100, 100, 100); in init()
117 f.setBounds(150, 150, 100, 100); in init()
123 b.setBounds(10, 10, 40, 40); in init()
130 b.setBounds(20, 20, 50, 50); in init()
137 c.setBounds(10, 10, 40, 40); in init()
144 c.setBounds(20, 20, 50, 50); in init()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java68 f.setBounds(100, 100, 100, 100); in init()
117 f.setBounds(150, 150, 100, 100); in init()
123 b.setBounds(10, 10, 40, 40); in init()
130 b.setBounds(20, 20, 50, 50); in init()
137 c.setBounds(10, 10, 40, 40); in init()
144 c.setBounds(20, 20, 50, 50); in init()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DUserDefinedColours.java227 dialog.setBounds( in setForDialog()
663 rScroller.setBounds(new Rectangle(36, 27, 119, 19)); in jbInit()
667 label1.setBounds(new Rectangle(19, 30, 16, 15)); in jbInit()
670 rText.setBounds(new Rectangle(156, 27, 53, 19)); in jbInit()
675 label4.setBounds(new Rectangle(15, 56, 20, 15)); in jbInit()
681 gScroller.setBounds(new Rectangle(35, 52, 120, 20)); in jbInit()
685 gText.setBounds(new Rectangle(156, 52, 53, 20)); in jbInit()
690 label5.setBounds(new Rectangle(14, 82, 20, 15)); in jbInit()
696 bScroller.setBounds(new Rectangle(35, 78, 120, 20)); in jbInit()
700 bText.setBounds(new Rectangle(157, 78, 52, 20)); in jbInit()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_FileGroupInformationComponent.h68 header.setBounds (bounds.removeFromTop (40)); in resized()
69 list.setBounds (bounds.reduced (10, 4)); in resized()
194 …binaryResourceButton.setBounds (bounds.removeFromLeft (roundToInt (header->getProportionAtIn… in resized()
195 …xcodeResourceButton.setBounds (bounds.removeFromLeft (roundToInt (header->getProportionAtIn… in resized()
196 …compileButton.setBounds (bounds.removeFromLeft (roundToInt (header->getProportionAtIn… in resized()
197 …skipPCHButton.setBounds (bounds.removeFromLeft (roundToInt (header->getProportionAtIn… in resized()
198 …compilerFlagSchemeSelector.setBounds (bounds.removeFromLeft (roundToInt (header->getProportionAtIn… in resized()
249 schemeBox.setBounds (b); in resized()
250 newSchemeLabel.setBounds (b); in resized()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/java/src/nz/mega/bindingsample/
H A DSwingExample.java133 loginLabel.setBounds(10, 10, 80, 25); in initializeGUI()
137 loginText.setBounds(100, 10, 160, 25); in initializeGUI()
141 passwordLabel.setBounds(10, 40, 80, 25); in initializeGUI()
145 passwordText.setBounds(100, 40, 160, 25); in initializeGUI()
149 loginButton.setBounds(160, 70, 100, 25); in initializeGUI()
168 listFiles.setBounds(10, 100, this.getWidth() - 20, 200); in initializeGUI()
172 statusLabel.setBounds(10, 110, this.getWidth() - 20, 15); in initializeGUI()
194 statusLabel.setBounds(10, 310, getWidth() - 20, 15); in setLoggedInMode()
210 statusLabel.setBounds(10, 110, getWidth() - 20, 15); in setLoggedOutMode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/event/ComponentEvent/MovedResizedTwiceTest/
H A DMovedResizedTwiceTest.java74 f.setBounds(100, 100, 100, 100); in init()
123 f.setBounds(150, 150, 100, 100); in init()
129 b.setBounds(10, 10, 40, 40); in init()
136 b.setBounds(20, 20, 50, 50); in init()
143 c.setBounds(10, 10, 40, 40); in init()
150 c.setBounds(20, 20, 50, 50); in init()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/myst_stacks/
H A Ddni.cpp113 atrus->setBounds(Audio::Timestamp(0, 14813, 600), atrus->getDuration()); in o_handPage()
128 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 98000, 600)); in atrusLeft_run()
148 atrus->setBounds(Audio::Timestamp(0, _loopStart, 600), Audio::Timestamp(0, _loopEnd, 600)); in loopVideo_run()
167 atrus->setBounds(Audio::Timestamp(0, 7388, 600), Audio::Timestamp(0, 14700, 600)); in atrus_run()
175 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 14700, 600)); in atrus_run()
189 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 46175, 600)); in atrus_run()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/myst_stacks/
H A Ddni.cpp113 atrus->setBounds(Audio::Timestamp(0, 14813, 600), atrus->getDuration()); in o_handPage()
128 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 98000, 600)); in atrusLeft_run()
148 atrus->setBounds(Audio::Timestamp(0, _loopStart, 600), Audio::Timestamp(0, _loopEnd, 600)); in loopVideo_run()
167 atrus->setBounds(Audio::Timestamp(0, 7388, 600), Audio::Timestamp(0, 14700, 600)); in atrus_run()
175 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 14700, 600)); in atrus_run()
189 atrus->setBounds(Audio::Timestamp(0, 0, 600), Audio::Timestamp(0, 46175, 600)); in atrus_run()

12345678910>>...276