Home
last modified time | relevance | path

Searched refs:mouse_location (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Ddebug_utils.cc27 gfx::Point mouse_location, in PrintLayerHierarchyImp() argument
31 layer->transform().TransformPointReverse(&mouse_location); in PrintLayerHierarchyImp()
32 bool mouse_inside_layer_bounds = layer->bounds().Contains(mouse_location); in PrintLayerHierarchyImp()
33 mouse_location.Offset(-layer->bounds().x(), -layer->bounds().y()); in PrintLayerHierarchyImp()
118 layer->children()[i], indent + 3, mouse_location, out); in PrintLayerHierarchyImp()
124 void PrintLayerHierarchy(const Layer* layer, const gfx::Point& mouse_location) { in PrintLayerHierarchy() argument
126 PrintLayerHierarchy(layer, mouse_location, &out); in PrintLayerHierarchy()
132 const gfx::Point& mouse_location, in PrintLayerHierarchy() argument
135 PrintLayerHierarchyImp(layer, 0, mouse_location, out); in PrintLayerHierarchy()
H A Ddebug_utils.h22 const gfx::Point& mouse_location);
27 const gfx::Point& mouse_location,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Ddebug_utils.cc27 gfx::Point mouse_location, in PrintLayerHierarchyImp() argument
31 layer->transform().TransformPointReverse(&mouse_location); in PrintLayerHierarchyImp()
32 bool mouse_inside_layer_bounds = layer->bounds().Contains(mouse_location); in PrintLayerHierarchyImp()
33 mouse_location.Offset(-layer->bounds().x(), -layer->bounds().y()); in PrintLayerHierarchyImp()
103 layer->children()[i], indent + 3, mouse_location, out); in PrintLayerHierarchyImp()
109 void PrintLayerHierarchy(const Layer* layer, const gfx::Point& mouse_location) { in PrintLayerHierarchy() argument
112 PrintLayerHierarchyImp(layer, 0, mouse_location, &out); in PrintLayerHierarchy()
H A Ddebug_utils.h20 const gfx::Point& mouse_location);
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dmouse_cursor.cc83 void MouseCursor::RenderHotspotAt(const Point& mouse_location) { in RenderHotspotAt() argument
84 Point render_point = GetTopLeftForHotspotAt(mouse_location); in RenderHotspotAt()
94 Point MouseCursor::GetTopLeftForHotspotAt(const Point& mouse_location) { in GetTopLeftForHotspotAt() argument
95 return mouse_location - hotspot_offset_; in GetTopLeftForHotspotAt()
H A Dmouse_cursor.h57 Point GetTopLeftForHotspotAt(const Point& mouse_location);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_view_unittest.cc2603 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, mouse_location, in TEST_F()
2604 mouse_location, ui::EventTimeForNow(), in TEST_F()
2630 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, mouse_location, in TEST_F()
2631 mouse_location, ui::EventTimeForNow(), in TEST_F()
2639 mouse_location.Offset(test_api_->GetMinimumDragDistance() / 2, 0); in TEST_F()
2649 mouse_location.Offset(test_api_->GetMinimumDragDistance(), 0); in TEST_F()
2677 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, mouse_location, in TEST_F()
2678 mouse_location, ui::EventTimeForNow(), in TEST_F()
2686 mouse_location.Offset(test_api_->GetMinimumDragDistance() * 2, 0); in TEST_F()
2728 ui::MouseEvent press_event(ui::ET_MOUSE_PRESSED, mouse_location, in TEST_F()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c78 GtkCssGadget *mouse_location; member
1038 if (priv->mouse_location == gadget) in update_stepper_state()
3493 old_location = priv->mouse_location; in gtk_range_update_mouse_location()
3503 priv->mouse_location = priv->grab_location; in gtk_range_update_mouse_location()
3517 priv->mouse_location = priv->slider_gadget; in gtk_range_update_mouse_location()
3519 priv->mouse_location = priv->trough_gadget; in gtk_range_update_mouse_location()
3521 priv->mouse_location = priv->gadget; in gtk_range_update_mouse_location()
3523 priv->mouse_location = NULL; in gtk_range_update_mouse_location()
3525 if (old_location != priv->mouse_location) in gtk_range_update_mouse_location()
3530 if (priv->mouse_location != NULL) in gtk_range_update_mouse_location()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrange.c106 MouseLocation mouse_location; member
737 range->layout->mouse_location = MOUSE_OUTSIDE; in gtk_range_init()
3123 old = range->layout->mouse_location; in gtk_range_update_mouse_location()
3131 range->layout->mouse_location = MOUSE_STEPPER_A; in gtk_range_update_mouse_location()
3133 range->layout->mouse_location = MOUSE_STEPPER_B; in gtk_range_update_mouse_location()
3135 range->layout->mouse_location = MOUSE_STEPPER_C; in gtk_range_update_mouse_location()
3139 range->layout->mouse_location = MOUSE_SLIDER; in gtk_range_update_mouse_location()
3141 range->layout->mouse_location = MOUSE_TROUGH; in gtk_range_update_mouse_location()
3143 range->layout->mouse_location = MOUSE_WIDGET; in gtk_range_update_mouse_location()
3145 range->layout->mouse_location = MOUSE_OUTSIDE; in gtk_range_update_mouse_location()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/automation_internal/
H A Dautomation_event_router.cc216 const gfx::Point& mouse_location, in DispatchAccessibilityEvents() argument
221 event_bundle.mouse_location = mouse_location; in DispatchAccessibilityEvents()
H A Dautomation_event_router.h105 const gfx::Point& mouse_location,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/automation_internal/
H A Dautomation_event_router.cc215 const gfx::Point& mouse_location, in DispatchAccessibilityEvents() argument
220 event_bundle.mouse_location = mouse_location; in DispatchAccessibilityEvents()
H A Dautomation_event_router.h105 const gfx::Point& mouse_location,
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dgtkshadertoy.c88 GLuint mouse_location; member
328 priv->mouse_location = glGetUniformLocation (program, "iMouse"); in init_shaders()
392 if (priv->mouse_location != -1) in gtk_shadertoy_render()
393 glUniform4fv (priv->mouse_location, 1, priv->mouse); in gtk_shadertoy_render()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_event_bundle_sink.h32 const gfx::Point& mouse_location,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_event_bundle_sink.h32 const gfx::Point& mouse_location,
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/api/automation/
H A Dautomation_ax_tree_wrapper.cc138 event_bundle.mouse_location, generated_event, in OnAccessibilityEvents()
151 event_bundle.mouse_location, event); in OnAccessibilityEvents()
158 owner_->SendAccessibilityFocusedLocationChange(event_bundle.mouse_location); in OnAccessibilityEvents()
H A Dautomation_internal_custom_bindings.h88 const gfx::Point& mouse_location,
99 void SendAccessibilityFocusedLocationChange(const gfx::Point& mouse_location);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A DGdkMacosWindow.c468 NSPoint mouse_location; variable
478 mouse_location = convert_nspoint_to_screen (self, [self mouseLocationOutsideOfEventStream]);
479 mdx = initialResizeLocation.x - mouse_location.x;
480 mdy = initialResizeLocation.y - mouse_location.y;
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrange.c1868 GtkWidget *mouse_location; in gtk_range_long_press_gesture_pressed() local
1870 mouse_location = gtk_widget_pick (GTK_WIDGET (range), x, y, GTK_PICK_DEFAULT); in gtk_range_long_press_gesture_pressed()
1872 if (mouse_location == priv->slider_widget && !priv->zoom) in gtk_range_long_press_gesture_pressed()
1896 GtkWidget *mouse_location; in gtk_range_click_gesture_pressed() local
1914 mouse_location = gtk_widget_pick (widget, x, y, 0); in gtk_range_click_gesture_pressed()
1919 if (mouse_location != priv->slider_widget) in gtk_range_click_gesture_pressed()
1920 mouse_location = priv->trough_widget; in gtk_range_click_gesture_pressed()
1922 if (mouse_location == priv->slider_widget) in gtk_range_click_gesture_pressed()
1931 else if (mouse_location == priv->trough_widget && in gtk_range_click_gesture_pressed()
1958 else if (mouse_location == priv->trough_widget && in gtk_range_click_gesture_pressed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dclient_controlled_shell_surface_unittest.cc969 gfx::Point mouse_location(256 + 5, 150); in TEST_F() local
971 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
1618 gfx::Point mouse_location(1, 50); in TEST_F() local
1624 ui::MouseEvent event(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
1635 ui::MouseEvent event(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
1663 ui::MouseEvent event(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
1676 ui::MouseEvent event(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
1687 ui::MouseEvent event(ui::ET_MOUSE_MOVED, mouse_location, mouse_location, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dclipboard_history_browsertest.cc424 const gfx::Point mouse_location = in IN_PROC_BROWSER_TEST_F() local
426 GetEventGenerator()->MoveMouseTo(mouse_location); in IN_PROC_BROWSER_TEST_F()
433 EXPECT_EQ(mouse_location.x() + in IN_PROC_BROWSER_TEST_F()
436 EXPECT_EQ(mouse_location.y(), menu_origin.y()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc306 gfx::Point mouse_location( in DetermineWindowsFromScreenPoint() local
308 wm::ConvertPointFromScreen(window, &mouse_location); in DetermineWindowsFromScreenPoint()
310 window_util::GetNonClientComponent(window, mouse_location); in DetermineWindowsFromScreenPoint()
311 return DetermineWindows(window, component, mouse_location); in DetermineWindowsFromScreenPoint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/corewm/
H A Dtooltip_controller.h65 const gfx::Point& mouse_location() const { return curr_mouse_loc_; } in mouse_location() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/corewm/
H A Dtooltip_controller.h66 const gfx::Point& mouse_location() const { return curr_mouse_loc_; } in mouse_location() function

123