OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_cursor
(Results
1 - 2
of
2
) sorted by null
/external/wayland/cursor/
wayland-cursor.h
45
struct
wl_cursor
{
struct
59
struct
wl_cursor
*
67
wl_cursor_frame(struct
wl_cursor
*cursor, uint32_t time);
70
wl_cursor_frame_and_duration(struct
wl_cursor
*cursor, uint32_t time,
wayland-cursor.c
135
struct
wl_cursor
**cursors;
150
struct
wl_cursor
cursor;
190
wl_cursor_destroy(struct
wl_cursor
*cursor)
204
static struct
wl_cursor
*
286
static struct
wl_cursor
*
351
struct
wl_cursor
*cursor;
451
WL_EXPORT struct
wl_cursor
*
477
wl_cursor_frame_and_duration(struct
wl_cursor
*_cursor, uint32_t time,
526
wl_cursor_frame(struct
wl_cursor
*_cursor, uint32_t time)
Completed in 103 milliseconds