Home
last modified time | relevance | path

Searched refs:getLocalBounds (Results 151 – 175 of 384) sorted by relevance

12345678910>>...16

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_linux_XEmbedComponent.cpp457 if (newBounds != owner.getLocalBounds()) in configureNotify()
618 auto r = peer->getComponent().getLocalArea (&owner, owner.getLocalBounds()); in getX11BoundsFromJuce()
622 return owner.getLocalBounds(); in getX11BoundsFromJuce()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_linux_XEmbedComponent.cpp457 if (newBounds != owner.getLocalBounds()) in configureNotify()
618 auto r = peer->getComponent().getLocalArea (&owner, owner.getLocalBounds()); in getX11BoundsFromJuce()
622 return owner.getLocalBounds(); in getX11BoundsFromJuce()
/dports/devel/juce/JUCE-f37e9a1/examples/Audio/
H A DSimpleFFTDemo.h116 g.drawImage (spectrogramImage, getLocalBounds().toFloat()); in paint()
H A DAudioSettingsDemo.h103 auto r = getLocalBounds().reduced (4); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DOpenGLDemo.h870 auto h = w * getLocalBounds().toFloat().getAspectRatio (false); in getProjectionMatrix()
900 controlsOverlay->setBounds (getLocalBounds()); in resized()
901 draggableOrientation.setViewport (getLocalBounds()); in resized()
1035 auto area = getLocalBounds().reduced (4); in resized()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_ComponentLayoutEditor.cpp54 background->drawElements (g, getLocalBounds()); in paint()
82 .getRectangle (getLocalBounds(), in resized()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ModulesInformationComponent.h70 g.fillRect (getLocalBounds().reduced (12, 0)); in paint()
75 auto bounds = getLocalBounds().reduced (12, 0); in resized()
H A Djucer_UserAvatarComponent.h51 auto bounds = getLocalBounds(); in paint()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/Sidebar/
H A Djucer_ExporterTreeItems.h195 … void resized() override { group.setBounds (getLocalBounds().withTrimmedLeft (12)); } in resized()
291 void resized() override { group.setBounds (getLocalBounds().withTrimmedLeft (12)); } in resized()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DJuceGUI.h235 g.drawRect (slider.getLocalBounds().toFloat(), lineThickness); in drawLinearSlider()
559 g.drawText(getName(), getLocalBounds(), Justification::centredTop); in paint()
742 fCheckButton.setBounds(getLocalBounds()); in resized()
852 … g.drawText(getName(), getLocalBounds().withHeight(getHeight()/2), Justification::centredTop); in paint()
960 … g.drawText(getName(), getLocalBounds().withHeight(kNameHeight), Justification::centredTop); in paint()
1170 g.drawText(getName(), getLocalBounds(), Justification::centredTop); in drawVBargraph()
1806 g.fillRect(getLocalBounds()); in paint()
1811 … g.drawText(getName(), getLocalBounds().withHeight(kNameHeight), Justification::centred); in paint()
2037 dynamic_cast<Component*>(fCurrentBox)->setBounds(getLocalBounds()); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/DSP/
H A DConvolutionDemo.h199 fileReaderComponent.setBounds (getLocalBounds()); in resized()
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DJavaScriptDemo.h173 auto r = getLocalBounds().reduced (8); in resized()
H A DPushNotificationsDemo.h270 auto bounds = getLocalBounds().reduced (getWidth() / 20, getHeight() / 40); in resized()
276 notAvailableYetLabel.setBounds (getLocalBounds()); in resized()
756 auto bounds = getLocalBounds(); in resized()
1072 auto bounds = getLocalBounds(); in resized()
1108 auto bounds = getLocalBounds(); in resized()
1155 auto bounds = getLocalBounds().reduced (getWidth() / 10, getHeight() / 10); in resized()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_ShapeButton.cpp107 auto r = border.subtractedFrom (getLocalBounds()) in paintButton()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_video/playback/
H A Djuce_VideoComponent.cpp111 auto r = getLocalBounds(); in resized()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_ShapeButton.cpp107 auto r = border.subtractedFrom (getLocalBounds()) in paintButton()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/shapes/
H A DCollisionShape.h138 virtual void getLocalBounds(Vector3& min, Vector3& max) const=0;
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DNodeRetained.java221 Bounds getLocalBounds(Bounds bounds) { in getLocalBounds() method in NodeRetained
234 localBounds = getLocalBounds(bounds); in setBounds()
249 localBounds = getLocalBounds(bounds); in setBounds()
/dports/devel/juce/JUCE-f37e9a1/extras/AudioPluginHost/Source/UI/
H A DGraphEditorPanel.cpp240 pos += getLocalBounds().getCentre(); in mouseDrag()
281 auto boxArea = getLocalBounds().reduced (4, pinSize); in paint()
1044 g.fillRect (getLocalBounds()); in paint()
1049 auto r = getLocalBounds(); in resized()
1208 auto r = getLocalBounds(); in resized()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/
H A DAWTUtilities.h49 static ::java::awt::Rectangle * getLocalBounds(::java::awt::Component *);
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/misc/
H A Djuce_PreferencesPanel.cpp108 currentPage->setBounds (getLocalBounds().withTop (buttonSize + 5)); in resized()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/misc/
H A Djuce_PreferencesPanel.cpp108 currentPage->setBounds (getLocalBounds().withTop (buttonSize + 5)); in resized()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/
H A DAWTUtilities.h49 static ::java::awt::Rectangle * getLocalBounds(::java::awt::Component *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/
H A DAWTUtilities.h49 static ::java::awt::Rectangle * getLocalBounds(::java::awt::Component *);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/
H A DAWTUtilities.h49 static ::java::awt::Rectangle * getLocalBounds(::java::awt::Component *);

12345678910>>...16