Home
last modified time | relevance | path

Searched refs:convertPoint_fromView_ (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DSash.java369 NSPoint point = view.convertPoint_fromView_(location, null); in mouseDown()
402 NSPoint point = view.convertPoint_fromView_(location, null); in mouseDragged()
H A DTrayItem.java201 pt = view.convertPoint_fromView_(pt, null); in getLocation()
H A DTabItem.java207 pt = parent.view.convertPoint_fromView_ (pt, null); in getBounds()
H A DToolBar.java361 pt = view.convertPoint_fromView_ (pt, null); in findTooltip()
735 NSPoint viewPoint = item.view.convertPoint_fromView_(windowPoint, null); in sendMouseEvent()
H A DList.java760 NSPoint mousePoint = view.convertPoint_fromView_(event.locationInWindow(), null); in menuForEvent()
780 NSPoint pt = view.convertPoint_fromView_(nsEvent.locationInWindow(), null); in mouseDownSuper()
H A DIME.java119 pt = view.convertPoint_fromView_ (pt, null); in characterIndexForPoint()
H A DControl.java1216 NSPoint viewLoc = view.convertPoint_fromView_(windowLoc, null); in dragDetect()
1484 NSPoint point = view.convertPoint_fromView_(windowPoint, null); in gestureEvent()
2082 NSPoint pt = rgnView.convertPoint_fromView_ (point, new NSView (id).superview()); in hitTest()
2585 NSPoint location = view.convertPoint_fromView_(nsEvent.locationInWindow(), null); in mouseEvent()
3494 NSPoint point = view.convertPoint_fromView_(windowPoint, null); in sendMouseEvent()
4676 NSPoint location = view.convertPoint_fromView_(nsEvent.locationInWindow(), null); in touchEvent()
H A DTabFolder.java231 pt = view.convertPoint_fromView_ (pt, null); in findTooltip()
H A DLink.java271 …NSPoint point = view.convertPoint_fromView_(window.convertScreenToBase(NSEvent.mouseLocation()), n… in findCursor()
H A DTree.java1356 pt = headerView.convertPoint_fromView_ (pt, null); in findTooltip()
2098 NSPoint mousePoint = view.convertPoint_fromView_(event.locationInWindow(), null); in menuForEvent()
2132 NSPoint pt = view.convertPoint_fromView_(nsEvent.locationInWindow(), null); in mouseDownSuper()
H A DTable.java1261 pt = headerView.convertPoint_fromView_ (pt, null); in findTooltip()
2052 NSPoint mousePoint = view.convertPoint_fromView_(event.locationInWindow(), null); in menuForEvent()
2086 NSPoint pt = view.convertPoint_fromView_(nsEvent.locationInWindow(), null); in mouseDownSuper()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/macos/
H A Devents_loop.rs397 window.view.convertPoint_fromView_(window_rect.origin, cocoa::base::nil) in ns_event_to_event()
399 window.view.convertPoint_fromView_(window_point, cocoa::base::nil) in ns_event_to_event()
H A Dview.rs612 let view_point = view.convertPoint_fromView_(window_point, nil); in mouse_motion()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/macos/
H A Devents_loop.rs397 window.view.convertPoint_fromView_(window_rect.origin, cocoa::base::nil) in ns_event_to_event()
399 window.view.convertPoint_fromView_(window_point, cocoa::base::nil) in ns_event_to_event()
H A Dview.rs612 let view_point = view.convertPoint_fromView_(window_point, nil); in mouse_motion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DDropTarget.java749 pt = widget.convertPoint_fromView_(pt, null); in outlineView_validateDrop_proposedItem_proposedChildIndex()
969 pt = widget.convertPoint_fromView_(pt, null); in tableView_validateDrop_proposedRow_proposedDropOperation()
H A DDragSource.java352 NSPoint viewPt = control.view.convertPoint_fromView_(pt, null); in drag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSView.java73 public NSPoint convertPoint_fromView_(NSPoint aPoint, NSView aView) { in convertPoint_fromView_() method in NSView
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/window/cocoa/
H A Dpyglet_view.py54 in_window = self.convertPoint_fromView_(in_window, None)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/window/cocoa/
H A Dpyglet_view.py54 in_window = self.convertPoint_fromView_(in_window, None)
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/macos/
H A Dview.rs910 let view_point = view.convertPoint_fromView_(window_point, nil); in mouse_motion()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/macos/
H A Dview.rs910 let view_point = view.convertPoint_fromView_(window_point, nil); in mouse_motion()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs1733 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint; in convertPoint_fromView_() method
1774 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint { in convertPoint_fromView_() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/cocoa-0.18.4/src/
H A Dappkit.rs1733 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint; in convertPoint_fromView_() method
1774 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint { in convertPoint_fromView_() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cocoa/src/
H A Dappkit.rs1783 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint; in convertPoint_fromView_() method
1824 unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint { in convertPoint_fromView_() method

12