Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h83 void SetWLCursorTheme(struct wl_cursor_theme* wlCursorTheme);
121 inline void WLContext::SetWLCursorTheme(struct wl_cursor_theme* wlCursorTheme) in SetWLCursorTheme() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp82 wlContext->SetWLCursorTheme(wl_cursor_theme_load(NULL, size, wlContext->GetWLShm())); in create_cursors()