Home
last modified time | relevance | path

Searched refs:_gdk_macos_display_get_surface_at_display_coords (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A Dgdkmacosdisplay-private.h131 GdkMacosSurface *_gdk_macos_display_get_surface_at_display_coords (GdkMacosDisplay *self,
H A Dgdkmacosdevice.c90 surface = _gdk_macos_display_get_surface_at_display_coords (display, point.x, point.y, &x, &y); in gdk_macos_device_surface_at_position()
H A Dgdkmacosdisplay.c963 _gdk_macos_display_get_surface_at_display_coords (GdkMacosDisplay *self, in _gdk_macos_display_get_surface_at_display_coords() function
1025 surface = _gdk_macos_display_get_surface_at_display_coords (self, point.x, point.y, x, y); in _gdk_macos_display_find_native_under_pointer()
H A Dgdkmacosdisplay-translate.c744 surface = _gdk_macos_display_get_surface_at_display_coords (self, in find_surface_under_pointer()