Lines Matching refs:GetDisplay

513     DBG_ASSERT( ! pSalData->GetDisplay(), "Second SalDisplay created !!!\n" );  in SalDisplay()
591 if( pSalData->GetDisplay() == this ) in doDestruct()
601 DBG_ASSERT( ConnectionNumber( pDisplay->GetDisplay() ) == fd, in DisplayHasEvent()
617 DBG_ASSERT( ConnectionNumber( pDisplay->GetDisplay() ) == fd, in DisplayQueue()
622 return XEventsQueued( pDisplay->GetDisplay(), in DisplayQueue()
631 DBG_ASSERT( ConnectionNumber( pDisplay->GetDisplay() ) == fd, in DisplayYield()
938 if (ImageByteOrder(GetDisplay()) == LSBFirst) in Init()
951 if (VendorRelease ( GetDisplay() ) < 3600) in Init()
1033 XLIB_KeyCode aKeyCode = XKeysymToKeycode( GetDisplay(), nKeySym ); in GetKeyNameFromKeySym()
1740 *pUnmodifiedKeySym = XkbKeycodeToKeysym( GetDisplay(), pEvent->keycode, 0, 0 ); in GetKeySym()
2115 XUngrabPointer( GetDisplay(), CurrentTime ); in CaptureMouse()
2116 XFlush( GetDisplay() ); in CaptureMouse()
2124 int ret = XGrabPointer( GetDisplay(), in CaptureMouse()
2719 XChangeProperty( GetDisplay(), GetDrawable( GetDefaultScreenNumber() ), in GetLastUserEventTime()
2721 XFlush( GetDisplay() ); in GetLastUserEventTime()
2743 if( ! XCheckIfEvent( GetDisplay(), o_pEvent, i_pPredicate, i_pPredicateData ) ) in XIfEventWithTimeout()
2747 aFD.fd = ConnectionNumber(GetDisplay()); in XIfEventWithTimeout()
2751 if( ! XCheckIfEvent( GetDisplay(), o_pEvent, i_pPredicate, i_pPredicateData ) ) in XIfEventWithTimeout()
2754 if( ! XCheckIfEvent( GetDisplay(), o_pEvent, i_pPredicate, i_pPredicateData ) ) in XIfEventWithTimeout()
3052 : m_pDisplay( GetX11SalData()->GetDisplay() ), in SalColormap()
3057 m_nScreen( GetX11SalData()->GetDisplay()->GetDefaultScreenNumber() ) in SalColormap()
3076 : m_pDisplay( GetX11SalData()->GetDisplay() ), in SalColormap()
3093 : m_pDisplay( GetX11SalData()->GetDisplay() ), in SalColormap()
3098 m_nScreen( GetX11SalData()->GetDisplay()->GetDefaultScreenNumber() ) in SalColormap()
3108 if( !XMatchVisualInfo( m_pDisplay->GetDisplay(), in SalColormap()
3189 if( this != &GetX11SalData()->GetDisplay()->GetColormap(m_nScreen) ) in SetPalette()
3229 XQueryColors( m_pDisplay->GetDisplay(), m_hColormap, aColor, m_nUsed ); in GetPalette()
3312 XQueryColor( m_pDisplay->GetDisplay(), m_hColormap, &aColor ); in GetColor()