Home
last modified time | relevance | path

Searched refs:wl_cursor (Results 1 – 2 of 2) sorted by relevance

/external/wayland/cursor/
Dwayland-cursor.h45 struct wl_cursor { struct
59 struct wl_cursor * argument
67 wl_cursor_frame(struct wl_cursor *cursor, uint32_t time);
70 wl_cursor_frame_and_duration(struct wl_cursor *cursor, uint32_t time,
Dwayland-cursor.c135 struct wl_cursor **cursors;
150 struct wl_cursor cursor;
190 wl_cursor_destroy(struct wl_cursor *cursor) in wl_cursor_destroy()
204 static struct wl_cursor *
286 static struct wl_cursor *
351 struct wl_cursor *cursor; in load_callback()
451 WL_EXPORT struct wl_cursor *
477 wl_cursor_frame_and_duration(struct wl_cursor *_cursor, uint32_t time, in wl_cursor_frame_and_duration()
526 wl_cursor_frame(struct wl_cursor *_cursor, uint32_t time) in wl_cursor_frame()