Home
last modified time | relevance | path

Searched refs:pointInWindow (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQQuickDrawable.cxx327 QPointF pointInWindow{ea.getX() / pixelRatio, fixedY / pixelRatio}; in handle() local
328 QPointF screenPt = pointInWindow + in handle()
337 QMouseEvent m(QEvent::MouseMove, pointInWindow, pointInWindow, screenPt, in handle()
348 pointInWindow, pointInWindow, screenPt, in handle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/test/
H A Dui_controls_mac.mm307 NSPoint pointInWindow = g_mouse_location;
309 pointInWindow = ui::ConvertPointFromScreenToWindow(window, pointInWindow);
323 location:pointInWindow
387 NSPoint pointInWindow = g_mouse_location;
389 pointInWindow = ui::ConvertPointFromScreenToWindow(window, pointInWindow);
404 location:pointInWindow
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsWindowBase.cpp151 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
154 aPointerState, pointInWindow, aPointerPressure, aPointerOrientation); in SynthesizeNativeTouchPoint()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsWindowBase.cpp140 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
143 aPointerState, pointInWindow, aPointerPressure, aPointerOrientation); in SynthesizeNativeTouchPoint()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsWindowBase.cpp150 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset();
153 aPointerId, aPointerState, pointInWindow, aPointerPressure,
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsWindowBase.cpp169 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
172 aPointerState, pointInWindow, aPointerPressure, aPointerOrientation); in SynthesizeNativeTouchPoint()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsWindowBase.cpp169 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
172 aPointerState, pointInWindow, aPointerPressure, aPointerOrientation); in SynthesizeNativeTouchPoint()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/headless/
H A DHeadlessWidget.cpp493 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
496 aPointerId, aPointerState, pointInWindow, aPointerPressure, in SynthesizeNativeTouchPoint()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/headless/
H A DHeadlessWidget.cpp479 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
482 aPointerId, aPointerState, pointInWindow, aPointerPressure, in SynthesizeNativeTouchPoint()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/headless/
H A DHeadlessWidget.cpp505 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
508 aPointerId, aPointerState, pointInWindow, aPointerPressure, in SynthesizeNativeTouchPoint()
/dports/www/firefox/firefox-99.0/widget/headless/
H A DHeadlessWidget.cpp499 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
502 aPointerId, aPointerState, pointInWindow, aPointerPressure, in SynthesizeNativeTouchPoint()
/dports/www/firefox-esr/firefox-91.8.0/widget/headless/
H A DHeadlessWidget.cpp505 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
508 aPointerId, aPointerState, pointInWindow, aPointerPressure, in SynthesizeNativeTouchPoint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/remote_cocoa/app_shim/
H A Dviews_nswindow_delegate.mm221 NSPoint pointInWindow = [view convertPoint:pointInView toView:nil];
227 return NSMakeRect(0, pointInWindow.y, NSWidth(defaultSheetLocation), 0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/remote_cocoa/app_shim/
H A Dviews_nswindow_delegate.mm221 NSPoint pointInWindow = [view convertPoint:pointInView toView:nil];
227 return NSMakeRect(0, pointInWindow.y, NSWidth(defaultSheetLocation), 0);
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsWindow.cpp8547 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseEvent()
8548 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseEvent()
8600 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseScrollEvent() local
8601 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseScrollEvent()
8602 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseScrollEvent()
8681 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
8682 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPoint()
8683 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeTouchPoint()
8730 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPadPinch() local
8731 touchpad_event->x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPadPinch()
[all …]
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsWindow.cpp8692 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseEvent()
8693 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseEvent()
8745 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseScrollEvent() local
8746 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseScrollEvent()
8747 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseScrollEvent()
8826 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
8827 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPoint()
8828 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeTouchPoint()
8874 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPadPinch() local
8875 touchpad_event->x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPadPinch()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsWindow.cpp8547 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseEvent()
8548 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseEvent()
8600 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseScrollEvent() local
8601 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseScrollEvent()
8602 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseScrollEvent()
8681 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
8682 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPoint()
8683 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeTouchPoint()
8730 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPadPinch() local
8731 touchpad_event->x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPadPinch()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/gtk/
H A DnsWindow.cpp6118 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseEvent() local
6119 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseEvent()
6120 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseEvent()
6157 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseScrollEvent() local
6158 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseScrollEvent()
6159 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseScrollEvent()
6254 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
6255 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPoint()
6256 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeTouchPoint()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gtk/
H A DnsWindow.cpp6882 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); local
6883 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x);
6884 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y);
6929 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); local
6930 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x);
6931 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y);
7028 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); local
7029 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x);
7030 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsWindow.cpp7615 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseEvent() local
7616 event.button.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseEvent()
7617 event.button.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseEvent()
7654 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeMouseScrollEvent() local
7655 event.scroll.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeMouseScrollEvent()
7656 event.scroll.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeMouseScrollEvent()
7751 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
7752 event.touch.x = DevicePixelsToGdkCoordRoundDown(pointInWindow.x); in SynthesizeNativeTouchPoint()
7753 event.touch.y = DevicePixelsToGdkCoordRoundDown(pointInWindow.y); in SynthesizeNativeTouchPoint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app_shim_remote_cocoa/
H A Drender_widget_host_view_cocoa.mm1685 NSPoint pointInWindow =
1687 NSPoint localPoint = [self convertPoint:pointInWindow fromView:nil];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app_shim_remote_cocoa/
H A Drender_widget_host_view_cocoa.mm1672 NSPoint pointInWindow =
1674 NSPoint localPoint = [self convertPoint:pointInWindow fromView:nil];
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsWindow.cpp8853 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset(); in SynthesizeNativeTouchPoint() local
8856 aPointerState, pointInWindow, aPointerPressure, aPointerOrientation); in SynthesizeNativeTouchPoint()
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsChildView.mm1033 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset();
1036 pointInWindow, aPointerPressure, aPointerOrientation);
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsChildView.mm1014 LayoutDeviceIntPoint pointInWindow = aPoint - WidgetToScreenOffset();
1017 pointInWindow, aPointerPressure, aPointerOrientation);

12