Searched refs:m_aCursors (Results 1 – 2 of 2) sorted by relevance
75 m_aCursors[ i ] = NULL; in GtkSalDisplay()86 if( m_aCursors[ i ] ) in ~GtkSalDisplay()87 gdk_cursor_unref( m_aCursors[ i ] ); in ~GtkSalDisplay()370 if ( !m_aCursors[ ePointerStyle ] ) in getCursor()493 m_aCursors[ ePointerStyle ] = pCursor; in getCursor()496 return m_aCursors[ ePointerStyle ]; in getCursor()
56 GdkCursor *m_aCursors[ POINTER_COUNT ]; member in GtkSalDisplay
Completed in 49 milliseconds