Home
last modified time | relevance | path

Searched refs:getBoundsInPixels (Results 1 – 25 of 76) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DCaret.java156 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
159 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Caret
162 Rectangle rect = image.getBoundsInPixels (); in getBoundsInPixels()
257 Rectangle rect = image.getBoundsInPixels (); in getSizeInPixels()
H A DTreeItem.java405 return DPIUtil.autoScaleDown (getBoundsInPixels (index)); in getBounds()
408 Rectangle getBoundsInPixels (int index) { in getBoundsInPixels() method in TreeItem
452 return DPIUtil.autoScaleDown (getBoundsInPixels ()); in getBounds()
455 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in TreeItem
989 imageWidth = image.getBoundsInPixels ().width; in getTextBoundsInPixels()
1564 iWidth = image.getBoundsInPixels ().width; in setImage()
1565 iHeight = image.getBoundsInPixels ().height; in setImage()
H A DTabItem.java160 return DPIUtil.autoScaleDown (getBoundsInPixels ()); in getBounds()
163 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in TabItem
H A DTableItem.java401 return DPIUtil.autoScaleDown (getBoundsInPixels (index)); in getBounds()
404 Rectangle getBoundsInPixels (int index) { in getBoundsInPixels() method in TableItem
823 imageWidth = image.getBoundsInPixels ().width; in getTextBoundsInPixels()
1254 iWidth = image.getBoundsInPixels ().width; in setImage()
1255 iHeight = image.getBoundsInPixels ().height; in setImage()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DCaret.java156 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
159 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Caret
162 Rectangle rect = image.getBoundsInPixels (); in getBoundsInPixels()
257 Rectangle rect = image.getBoundsInPixels (); in getSizeInPixels()
H A DEvent.java280 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Event
H A DTreeItem.java409 return DPIUtil.autoScaleDown (getBoundsInPixels (index)); in getBounds()
412 Rectangle getBoundsInPixels (int index) { in getBoundsInPixels() method in TreeItem
456 return DPIUtil.autoScaleDown (getBoundsInPixels ()); in getBounds()
459 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in TreeItem
993 imageWidth = image.getBoundsInPixels ().width; in getTextBoundsInPixels()
1544 iWidth = image.getBoundsInPixels ().width; in setImage()
1545 iHeight = image.getBoundsInPixels ().height; in setImage()
H A DTabItem.java163 return DPIUtil.autoScaleDown (getBoundsInPixels ()); in getBounds()
166 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in TabItem
H A DTableItem.java406 return DPIUtil.autoScaleDown (getBoundsInPixels (index)); in getBounds()
409 Rectangle getBoundsInPixels (int index) { in getBoundsInPixels() method in TableItem
832 imageWidth = image.getBoundsInPixels ().width; in getTextBoundsInPixels()
1237 iWidth = image.getBoundsInPixels ().width; in setImage()
1238 iHeight = image.getBoundsInPixels ().height; in setImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DCaret.java117 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
120 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Caret
122 Rectangle rect = image.getBoundsInPixels (); in getBoundsInPixels()
220 Rectangle rect = image.getBoundsInPixels (); in getSizeInPixels()
H A DSash.java255 setBoundsInPixels (event.getBoundsInPixels()); in WM_KEYDOWN()
298 Rectangle bounds = event.getBoundsInPixels();
335 Rectangle bounds = event.getBoundsInPixels();
381 Rectangle boundsInPixels = event.getBoundsInPixels();
H A DTabItem.java194 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
197 Rectangle getBoundsInPixels() { in getBoundsInPixels() method in TabItem
H A DTableItem.java217 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
220 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in TableItem
243 return DPIUtil.autoScaleDown(getBoundsInPixels(index)); in getBounds()
246 Rectangle getBoundsInPixels (int index) { in getBoundsInPixels() method in TableItem
H A DToolItem.java241 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
244 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in ToolItem
985 Rectangle bounds = image.getBoundsInPixels (); in updateImages()
H A DLabel.java151 Rectangle rect = image.getBoundsInPixels(); in computeSizeInPixels()
556 Rectangle imageRect = image.getBoundsInPixels (); in wmDrawChildImage()
H A DButton.java290 Rectangle bounds = image.getBoundsInPixels (); in computeLeftMargin()
344 Rectangle rect = image.getBoundsInPixels (); in computeSizeInPixels()
1339 int imageWidth = image.getBoundsInPixels().width; in wmNotifyChild()
1343 int y = Math.max (0, (nmcd.bottom - image.getBoundsInPixels().height) / 2); in wmNotifyChild()
H A DCoolItem.java229 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
232 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in CoolItem
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/
H A DImageList.java40 bounds = image.getBoundsInPixels(); in convertSurface()
285 bounds = image.getBoundsInPixels(); in set()
338 bounds = image.getBoundsInPixels(); in scaleSurface()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/
H A DEvent.java280 Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Event
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DRegion.java287 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
290 Rectangle getBoundsInPixels() { in getBoundsInPixels() method in Region
H A DDevice.java349 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
352 private Rectangle getBoundsInPixels () { in getBoundsInPixels() method in Device
H A DPath.java455 getBoundsInPixels(bounds); in getBounds()
459 void getBoundsInPixels(float[] bounds) { in getBoundsInPixels() method in Path
/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_graphics_Image.java715 image.getBoundsInPixels(); in test_getBoundsInPixels()
723 Rectangle boundsInPixels = image.getBoundsInPixels(); in test_getBoundsInPixels()
730 boundsInPixels = image.getBoundsInPixels(); in test_getBoundsInPixels()
736 boundsInPixels = image.getBoundsInPixels(); in test_getBoundsInPixels()
743 boundsInPixels = image.getBoundsInPixels(); in test_getBoundsInPixels()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DRegion.java335 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
337 Rectangle getBoundsInPixels() { in getBoundsInPixels() method in Region
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DRegion.java335 return DPIUtil.autoScaleDown(getBoundsInPixels()); in getBounds()
337 Rectangle getBoundsInPixels() { in getBoundsInPixels() method in Region

1234