Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h72 struct wl_cursor* GetWLCursor() const;
113 inline struct wl_cursor* WLContext::GetWLCursor() const { return m_wlCursor; } in GetWLCursor() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp176 if (context->ctx->GetWLCursor()) in SeatHandleCapabilities()
177 free(context->ctx->GetWLCursor()); in SeatHandleCapabilities()
DWLEyesRenderer.cpp82 if (!context->wlPointer || !context->ctx->GetWLCursor()) { in set_pointer_image()
87 cursor = context->ctx->GetWLCursor(); in set_pointer_image()