Home
last modified time | relevance | path

Searched refs:getImageBounds (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug483112_TreeColumnsTest.java71 System.out.println("column 0 getImageBounds() is " + item.getImageBounds(0)); in main()
72 System.out.println("column 1 getImageBounds() is " + item.getImageBounds(1)); in main()
73 System.out.println("column 2 getImageBounds() is " + item.getImageBounds(2)); in main()
H A DBug498165_TreeMeasureEventLoop.java45 height = ((TreeItem)event.item).getImageBounds(0).height; in main()
H A DBug476441_TreeIconTest.java66 Rectangle ib = item.getImageBounds(0); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_TableItem.java342 assertEquals(new Rectangle(0, 0, 0, 0), tableItem.getImageBounds(-1)); in test_getImageBoundsI()
344 bounds = tableItem.getImageBounds(0); in test_getImageBoundsI()
347 assertEquals(new Rectangle(0, 0, 0, 0), tableItem.getImageBounds(1)); in test_getImageBoundsI()
349 assertEquals(new Rectangle(0, 0, 0, 0), tableItem2.getImageBounds(-1)); in test_getImageBoundsI()
351 bounds = tableItem2.getImageBounds(0); in test_getImageBoundsI()
354 assertEquals(new Rectangle(0, 0, 0, 0), tableItem2.getImageBounds(1)); in test_getImageBoundsI()
364 assertEquals(new Rectangle(0, 0, 0, 0), tableItem.getImageBounds(-1)); in test_getImageBoundsI()
366 bounds = tableItem.getImageBounds(0); in test_getImageBoundsI()
381 assertEquals(new Rectangle(0, 0, 0, 0), tableItem2.getImageBounds(-1)); in test_getImageBoundsI()
400 assertEquals(new Rectangle(0, 0, 0, 0), tableItem2.getImageBounds(-1)); in test_getImageBoundsI()
[all …]
H A DTest_org_eclipse_swt_widgets_TreeItem.java130 bounds2 = treeItem.getImageBounds(0); in test_getBounds()
160 bounds2 = subItem.getImageBounds(0); in test_getBounds()
571 assertEquals(new Rectangle(0, 0, 0, 0), treeItem.getImageBounds(-1)); in test_getImageBoundsI()
574 bounds = treeItem.getImageBounds(0); in test_getImageBoundsI()
577 assertEquals(new Rectangle(0, 0, 0, 0), treeItem.getImageBounds(1)); in test_getImageBoundsI()
579 assertEquals(new Rectangle(0, 0, 0, 0), treeItem2.getImageBounds(-1)); in test_getImageBoundsI()
585 assertEquals(new Rectangle(0, 0, 0, 0), treeItem2.getImageBounds(1)); in test_getImageBoundsI()
595 assertEquals(new Rectangle(0, 0, 0, 0), treeItem.getImageBounds(-1)); in test_getImageBoundsI()
597 bounds = treeItem.getImageBounds(0); in test_getImageBoundsI()
612 assertEquals(new Rectangle(0, 0, 0, 0), treeItem2.getImageBounds(-1)); in test_getImageBoundsI()
[all …]
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/shape/
H A DmxImageShape.java33 canvas.drawImage(getImageBounds(canvas, state), in paintShape()
41 public Rectangle getImageBounds(mxGraphics2DCanvas canvas, mxCellState state) in getImageBounds() method in mxImageShape
H A DmxLabelShape.java65 public Rectangle getImageBounds(mxGraphics2DCanvas canvas, mxCellState state) in getImageBounds() method in mxLabelShape
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/print/
H A DPreviewComponent.java116 Rectangle imageBounds = getImageBounds(imageArea); in paintComponent()
178 private Rectangle getImageBounds(Rectangle area) { in getImageBounds() method in PreviewComponent
182 return (Rectangle) getImageBounds(area, aspect); in getImageBounds()
185 static Rectangle2D getImageBounds(Rectangle2D area, double aspect) { in getImageBounds() method in PreviewComponent
/dports/math/scilab/scilab-6.1.1/scilab/modules/graph/src/java/org/scilab/modules/graph/shape/
H A DSvgShape.java74 final Rectangle rect = getImageBounds(canvas, state); in paintShape()
96 public Rectangle getImageBounds(mxGraphics2DCanvas canvas, mxCellState state) { in getImageBounds() method in SvgShape
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/
H A DDesktopCanvas.java78 updateCursorPosition(newX, newY, getImageBounds()); in setCursorPosition()
100 mDesiredCenter.x + deltaX, mDesiredCenter.y + deltaY, getImageBounds()); in moveCursorPosition()
324 private RectF getImageBounds() { in getImageBounds() method in DesktopCanvas
346 RectF imageBounds = getImageBounds(); in getViewportBounds()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/util/
H A DossimInfo.h253 void getImageBounds(ossimKeywordlist& kwl);
647 void getImageBounds( ossimImageHandler* ih,
649 void getImageBounds( ossimImageHandler* ih,
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_DrawableButton.cpp89 Rectangle<float> DrawableButton::getImageBounds() const in getImageBounds() function in juce::DrawableButton
136 currentImage->setTransformToFit (getImageBounds(), transformFlags); in resized()
H A Djuce_DrawableButton.h143 virtual Rectangle<float> getImageBounds() const;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_DrawableButton.cpp89 Rectangle<float> DrawableButton::getImageBounds() const in getImageBounds() function in juce::DrawableButton
136 currentImage->setTransformToFit (getImageBounds(), transformFlags); in resized()
H A Djuce_DrawableButton.h143 virtual Rectangle<float> getImageBounds() const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DTableViewerRow.java204 public Rectangle getImageBounds(int index) { in getImageBounds() method in TableViewerRow
205 return item.getImageBounds(index); in getImageBounds()
H A DViewerCell.java343 public Rectangle getImageBounds() { in getImageBounds() method in ViewerCell
344 return row.getImageBounds(columnIndex); in getImageBounds()
H A DTreeViewerRow.java324 public Rectangle getImageBounds(int index) { in getImageBounds() method in TreeViewerRow
325 return item.getImageBounds(index); in getImageBounds()
H A DViewerRow.java343 public Rectangle getImageBounds(int index) { in getImageBounds() method in ViewerRow
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/
H A DQuickMenuCreator.java198 Rectangle iBounds = items[0].getImageBounds(0); in computeMenuLocation()
212 Rectangle iBounds = items[0].getImageBounds(0); in computeMenuLocation()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dpixels_movement.h93 gfx::Rect getImageBounds();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet283.java92 Rectangle imageRect = item.getImageBounds(0); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DTableEditor.java115 Rectangle rect = item.getImageBounds(column); in computeBounds()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DTableEditor.java115 Rectangle rect = item.getImageBounds(column); in computeBounds()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DTableOwnerDrawSupport.java160 Rectangle imageBounds=item.getImageBounds(index); in performPaint()

123