Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dwayland-cursor.c142 struct cursor_image { struct
143 struct wl_cursor_image image; argument
163 struct cursor_image *image = (struct cursor_image *) _img; in wl_cursor_image_get_buffer() argument
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_unittest.cc31 void OnMouseCursor(MouseCursor* cursor_image) override { in OnMouseCursor()