Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp83 if (!wlContext->GetWLCursorTheme()) { in create_cursors()
90 cursor = wl_cursor_theme_get_cursor(wlContext->GetWLCursorTheme(), in create_cursors()
173 if (context->ctx->GetWLCursorTheme()) in SeatHandleCapabilities()
174 wl_cursor_theme_destroy(context->ctx->GetWLCursorTheme()); in SeatHandleCapabilities()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h71 struct wl_cursor_theme* GetWLCursorTheme() const;
112 inline struct wl_cursor_theme* WLContext::GetWLCursorTheme() const { return m_wlCursorTheme; } in GetWLCursorTheme() function