Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dwayland-cursor.h61 struct wl_cursor { struct
78 struct wl_cursor * argument
86 wl_cursor_frame(struct wl_cursor *cursor, uint32_t time);
89 wl_cursor_frame_and_duration(struct wl_cursor *cursor, uint32_t time,
Dwayland-cursor.c129 struct wl_cursor **cursors;
144 struct wl_cursor cursor;
184 wl_cursor_destroy(struct wl_cursor *cursor) in wl_cursor_destroy()
198 static struct wl_cursor *
280 static struct wl_cursor *
345 struct wl_cursor *cursor; in load_callback()
445 WL_EXPORT struct wl_cursor *
471 wl_cursor_frame_and_duration(struct wl_cursor *_cursor, uint32_t time, in wl_cursor_frame_and_duration()
520 wl_cursor_frame(struct wl_cursor *_cursor, uint32_t time) in wl_cursor_frame()