Home
last modified time | relevance | path

Searched refs:getLocalBounds (Results 176 – 200 of 384) sorted by relevance

12345678910>>...16

/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/awt/
H A DAWTUtilities.h49 static ::java::awt::Rectangle * getLocalBounds(::java::awt::Component *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DFlexBoxDemo.h135 auto r = getLocalBounds(); in paint()
183 return getLocalBounds().withTrimmedLeft (300) in getFlexBoxBounds()
H A DMultiTouchDemo.h71 getLocalBounds().reduced (30), Justification::centred, 4); in paint()
H A DPropertiesDemo.h209 concertinaPanel.setBounds (getLocalBounds().reduced (4)); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/Plugins/
H A DAUv3SynthPluginDemo.h75 auto buttonRect = button.getLocalBounds().toFloat(); in drawButtonBackground()
229 auto r = getLocalBounds(); in resized()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_ResizableWindow.cpp236 auto area = getLocalBounds(); in activeWindowStatusChanged()
500 setBounds (getParentComponent()->getLocalBounds()); in parentSizeChanged()
H A Djuce_TooltipWindow.cpp90 parent->getLocalBounds()); in displayTip()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/windows/
H A Djuce_ResizableWindow.cpp259 auto area = getLocalBounds(); in activeWindowStatusChanged()
523 setBounds (getParentComponent()->getLocalBounds()); in parentSizeChanged()
H A Djuce_TooltipWindow.cpp90 parent->getLocalBounds()); in displayTip()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/plaf/metal/
H A DMetalScrollButton.java117 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paint()
423 Rectangle bounds = SwingUtilities.getLocalBounds(this); in paintWestBorder()
H A DMetalToggleButtonUI.java151 Rectangle bounds = SwingUtilities.getLocalBounds(b); in paintButtonPressed()
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DJuceGUI.h237 g.drawRect (slider.getLocalBounds().toFloat(), lineThickness); in drawLinearSlider()
561 g.drawText(getName(), getLocalBounds(), juce::Justification::centredTop); in paint()
743 fCheckButton.setBounds(getLocalBounds()); in resized()
853 …g.drawText(getName(), getLocalBounds().withHeight(getHeight()/2), juce::Justification::centredTop); in paint()
961 … g.drawText(getName(), getLocalBounds().withHeight(kNameHeight), juce::Justification::centredTop); in paint()
1171 g.drawText(getName(), getLocalBounds(), juce::Justification::centredTop); in drawVBargraph()
1812 g.fillRect(getLocalBounds()); in paint()
1817 … g.drawText(getName(), getLocalBounds().withHeight(kNameHeight), juce::Justification::centred); in paint()
2051 dynamic_cast<Component*>(fCurrentBox)->setBounds(getLocalBounds()); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/DSP/
H A DSIMDRegisterDemo.h155 fileReaderComponent.setBounds (getLocalBounds()); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DUnitTestsDemo.h99 auto bounds = getLocalBounds().reduced (6); in resized()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_linux_X11_SystemTrayIcon.cpp122 g.drawImage (pimpl->image, getLocalBounds().toFloat(), in paint()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_linux_X11_SystemTrayIcon.cpp122 g.drawImage (pimpl->image, getLocalBounds().toFloat(), in paint()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/shapes/
H A DHeightFieldShape.h152 virtual void getLocalBounds(Vector3& min, Vector3& max) const override;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V4.cpp139 … .appliedToRectangle (Rectangle<int> (getHeight(), getHeight()), getLocalBounds()) in paintButton()
290 auto bounds = button.getLocalBounds().toFloat().reduced (0.5f, 0.5f); in drawButtonBackground()
350 button.getLocalBounds().withTrimmedLeft (roundToInt (tickWidth) + 10) in drawToggleButton()
415 g.drawRoundedRectangle (alert.getLocalBounds().toFloat(), cornerSize, 2.0f); in drawAlertBox()
417 auto bounds = alert.getLocalBounds().reduced (1); in drawAlertBox()
504 auto barBounds = progressBar.getLocalBounds().toFloat(); in drawLinearProgressBar()
561 auto barBounds = progressBar.getLocalBounds().reduced (2, 2).toFloat(); in drawCircularProgressBar()
730 auto b = browserComp.getLocalBounds().reduced (20, 5); in layoutFileBrowserComponent()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/lookandfeel/
H A Djuce_LookAndFeel_V4.cpp139 … .appliedToRectangle (Rectangle<int> (getHeight(), getHeight()), getLocalBounds()) in paintButton()
290 auto bounds = button.getLocalBounds().toFloat().reduced (0.5f, 0.5f); in drawButtonBackground()
350 button.getLocalBounds().withTrimmedLeft (roundToInt (tickWidth) + 10) in drawToggleButton()
415 g.drawRoundedRectangle (alert.getLocalBounds().toFloat(), cornerSize, 2.0f); in drawAlertBox()
417 auto bounds = alert.getLocalBounds().reduced (1); in drawAlertBox()
504 auto barBounds = progressBar.getLocalBounds().toFloat(); in drawLinearProgressBar()
561 auto barBounds = progressBar.getLocalBounds().reduced (2, 2).toFloat(); in drawCircularProgressBar()
730 auto b = browserComp.getLocalBounds().reduced (20, 5); in layoutFileBrowserComponent()
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/Plugins/
H A DIOConfigurationWindow.cpp212 auto r = getLocalBounds().reduced (10); in resized()
492 auto r = getLocalBounds().reduced (10); in resized()

12345678910>>...16