Home
last modified time | relevance | path

Searched refs:componentBounds (Results 1 – 3 of 3) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/windows/
H A Djuce_ComponentPeer.cpp111 auto componentBounds = component.getLocalBounds(); in handlePaint() local
114 componentBounds = componentBounds.transformedBy (component.getTransform()); in handlePaint()
116 …if (peerBounds.getWidth() != componentBounds.getWidth() || peerBounds.getHeight() != componentBoun… in handlePaint()
118 …sform (AffineTransform::scale ((float) peerBounds.getWidth() / (float) componentBounds.getWidth(), in handlePaint()
119 … (float) peerBounds.getHeight() / (float) componentBounds.getHeight())); in handlePaint()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/windows/
H A Djuce_ComponentPeer.cpp111 auto componentBounds = component.getLocalBounds(); in handlePaint() local
114 componentBounds = componentBounds.transformedBy (component.getTransform()); in handlePaint()
116 …if (peerBounds.getWidth() != componentBounds.getWidth() || peerBounds.getHeight() != componentBoun… in handlePaint()
118 …sform (AffineTransform::scale ((float) peerBounds.getWidth() / (float) componentBounds.getWidth(), in handlePaint()
119 … (float) peerBounds.getHeight() / (float) componentBounds.getHeight())); in handlePaint()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.java778 Rectangle componentBounds = this.navigationPanel.getBounds(); in updateNavigationPanelImage() local
780 imageSize.add(componentBounds.x + componentBounds.width, in updateNavigationPanelImage()
781 componentBounds.y + componentBounds.height); in updateNavigationPanelImage()