Home
last modified time | relevance | path

Searched defs:cursor_image (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/wayland/cursor/
H A Dwayland-cursor.c135 struct cursor_image { struct
136 struct wl_cursor_image image; argument
156 struct cursor_image *img = (struct cursor_image *) image; in wl_cursor_image_get_buffer() argument
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_unittest.cc32 void OnMouseCursor(MouseCursor* cursor_image) override { in OnMouseCursor()