|
Blender V5.0
|
#include <wayland_dynload_cursor.h>
Public Member Functions | |
| struct wl_cursor_theme *WL_DYN_FN | wl_cursor_theme_load (const char *name, int size, struct wl_shm *shm) |
| void WL_DYN_FN | wl_cursor_theme_destroy (struct wl_cursor_theme *theme) |
| struct wl_cursor *WL_DYN_FN | wl_cursor_theme_get_cursor (struct wl_cursor_theme *theme, const char *name) |
| struct wl_buffer *WL_DYN_FN | wl_cursor_image_get_buffer (struct wl_cursor_image *image) |
| int WL_DYN_FN | wl_cursor_frame (struct wl_cursor *cursor, uint32_t time) |
| int WL_DYN_FN | wl_cursor_frame_and_duration (struct wl_cursor *cursor, uint32_t time, uint32_t *duration) |
Definition at line 41 of file wayland_dynload_cursor.h.
| int WL_DYN_FN WaylandDynload_Cursor::wl_cursor_frame | ( | struct wl_cursor * | cursor, |
| uint32_t | time ) |
References wl_cursor_frame().
Referenced by wl_cursor_frame().
| int WL_DYN_FN WaylandDynload_Cursor::wl_cursor_frame_and_duration | ( | struct wl_cursor * | cursor, |
| uint32_t | time, | ||
| uint32_t * | duration ) |
References wl_cursor_frame_and_duration().
Referenced by wl_cursor_frame_and_duration().
| struct wl_buffer *WL_DYN_FN WaylandDynload_Cursor::wl_cursor_image_get_buffer | ( | struct wl_cursor_image * | image | ) |
References wl_cursor_image_get_buffer().
Referenced by wl_cursor_image_get_buffer().
| void WL_DYN_FN WaylandDynload_Cursor::wl_cursor_theme_destroy | ( | struct wl_cursor_theme * | theme | ) |
References wl_cursor_theme_destroy().
Referenced by wl_cursor_theme_destroy().
| struct wl_cursor *WL_DYN_FN WaylandDynload_Cursor::wl_cursor_theme_get_cursor | ( | struct wl_cursor_theme * | theme, |
| const char * | name ) |
References name, and wl_cursor_theme_get_cursor().
Referenced by wl_cursor_theme_get_cursor().
| struct wl_cursor_theme *WL_DYN_FN WaylandDynload_Cursor::wl_cursor_theme_load | ( | const char * | name, |
| int | size, | ||
| struct wl_shm * | shm ) |
References name, size(), and wl_cursor_theme_load().
Referenced by wl_cursor_theme_load().