Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h50 struct wl_cursor_theme* m_wlCursorTheme; variable
112 inline struct wl_cursor_theme* WLContext::GetWLCursorTheme() const { return m_wlCursorTheme; } in GetWLCursorTheme()
122 { m_wlCursorTheme = wlCursorTheme; } in SetWLCursorTheme()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp50 , m_wlCursorTheme(NULL) in WLContext()
238 if (m_wlCursorTheme) in DestroyWLContext()
239 wl_cursor_theme_destroy(m_wlCursorTheme); in DestroyWLContext()