Home
last modified time | relevance | path

Searched refs:cursor_theme (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandmouse.c255 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "xterm"); in Wayland_CreateSystemCursor()
258 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "watch"); in Wayland_CreateSystemCursor()
261 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
264 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "watch"); in Wayland_CreateSystemCursor()
267 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
270 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
273 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
276 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
279 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "hand1"); in Wayland_CreateSystemCursor()
282 cursor = WAYLAND_wl_cursor_theme_get_cursor(d->cursor_theme, "xterm"); in Wayland_CreateSystemCursor()
[all …]
A DSDL_waylandvideo.h55 struct wl_cursor_theme *cursor_theme; member
A DSDL_waylandvideo.c379 d->cursor_theme = WAYLAND_wl_cursor_theme_load(NULL, 32, d->shm); in display_handle_global()
510 if (data->cursor_theme) in Wayland_VideoQuit()
511 WAYLAND_wl_cursor_theme_destroy(data->cursor_theme); in Wayland_VideoQuit()

Completed in 4 milliseconds