Home
last modified time | relevance | path

Searched refs:getLocationInPixels (Results 1 – 20 of 20) sorted by relevance

/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.java288 Point getLocationInPixels () { in getLocationInPixels() method in Event
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DEvent.java288 Point getLocationInPixels () { in getLocationInPixels() method in Event
H A DCaret.java216 return DPIUtil.autoScaleDown(getLocationInPixels()); in getLocation()
219 Point getLocationInPixels () { in getLocationInPixels() method in Caret
H A DShell.java1234 Point getLocationInPixels () { in getLocationInPixels() method in Shell
2942 Point location = getLocationInPixels(); in setVisible()
3411 return getLocationInPixels (); in getWindowOrigin()
3419 return getLocationInPixels (); in getSurfaceOrigin()
H A DComposite.java1432 Point location = child.getLocationInPixels (); in printWidget()
H A DControl.java1243 return DPIUtil.autoScaleDown(getLocationInPixels());
1246 Point getLocationInPixels () {
/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.java216 return DPIUtil.autoScaleDown(getLocationInPixels()); in getLocation()
219 Point getLocationInPixels () { in getLocationInPixels() method in Caret
H A DShell.java1213 Point getLocationInPixels () { in getLocationInPixels() method in Shell
2798 Point location = getLocationInPixels(); in setVisible()
3258 return getLocationInPixels (); in getWindowOrigin()
3266 return getLocationInPixels (); in getSurfaceOrigin()
H A DComposite.java1390 Point location = child.getLocationInPixels (); in printWidget()
H A DControl.java1265 return DPIUtil.autoScaleDown(getLocationInPixels());
1268 Point getLocationInPixels () {
/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.java181 return DPIUtil.autoScaleDown(getLocationInPixels()); in getLocation()
184 Point getLocationInPixels () { in getLocationInPixels() method in Caret
H A DDecorations.java559 @Override Point getLocationInPixels () { in getLocationInPixels() method in Decorations
570 return super.getLocationInPixels (); in getLocationInPixels()
1138 Point location = getLocationInPixels (); in setPlacement()
1273 Point location = getLocationInPixels (); in setVisible()
1566 Point location = getLocationInPixels (); in WM_MOVE()
H A DGroup.java338 Point location = children [i].getLocationInPixels (); in printWidget()
H A DShell.java999 @Override Point getLocationInPixels () { in getLocationInPixels() method in Shell
1000 if (OS.IsIconic (handle)) return super.getLocationInPixels (); in getLocationInPixels()
H A DControl.java829 Point loc = event.getLocationInPixels(); in dragDetect()
1409 return DPIUtil.autoScaleDown(getLocationInPixels()); in getLocation()
1412 Point getLocationInPixels () { in getLocationInPixels() method in Control
2017 Point loc = event.getLocationInPixels(); in mapEvent()
H A DWidget.java1433 Point loc = event.getLocationInPixels(); // In Pixels in showMenu()
H A DDisplay.java3522 Point loc = event.getLocationInPixels(); in post()
/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 DTextLayout.java1145 return DPIUtil.autoScaleDown(getDevice(), getLocationInPixels(offset, trailing)); in getLocation()
1148 Point getLocationInPixels(int offset, boolean trailing) { in getLocationInPixels() method in TextLayout
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextLayout.java1145 return DPIUtil.autoScaleDown(getDevice(), getLocationInPixels(offset, trailing)); in getLocation()
1148 Point getLocationInPixels(int offset, boolean trailing) { in getLocationInPixels() method in TextLayout
/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 DTextLayout.java2036 return DPIUtil.autoScaleDown(getDevice(), getLocationInPixels(offset, trailing)); in getLocation()
2039 Point getLocationInPixels (int offset, boolean trailing) { in getLocationInPixels() method in TextLayout