Lines Matching refs:Display

43     Bool(*m_pXRRQueryExtension)(Display*,int*,int*);
44 Status(*m_pXRRQueryVersion)(Display*,int*,int*);
45 XRRScreenConfiguration*(*m_pXRRGetScreenInfo)(Display*,Drawable);
47 void(*m_pXRRSelectInput)(Display*,XLIB_Window,int);
49 XRRScreenSize*(*m_pXRRSizes)(Display*,int,int*);
52 int(*m_pXRRRootToScreen)(Display*, XLIB_Window);
58 RandRWrapper(Display*);
61 static RandRWrapper& get(Display*);
64 Bool XRRQueryExtension(Display* i_pDisp, int* o_event_base, int* o_error_base ) in XRRQueryExtension()
71 Status XRRQueryVersion( Display* i_pDisp, int* o_major, int* o_minor ) in XRRQueryVersion()
75 XRRScreenConfiguration* XRRGetScreenInfo( Display* i_pDisp, Drawable i_aDrawable ) in XRRGetScreenInfo()
84 void XRRSelectInput( Display* i_pDisp, XLIB_Window i_window, int i_nMask ) in XRRSelectInput()
93 XRRScreenSize* XRRSizes( Display* i_pDisp, int i_screen, int* o_nscreens ) in XRRSizes()
105 int XRRRootToScreen( Display *dpy, XLIB_Window root ) in XRRRootToScreen()
113 …m_pXRRQueryExtension = (Bool(*)(Display*,int*,int*))osl_getAsciiFunctionSymbol( m_pRandRLib, "XRRQ… in initFromModule()
114 …m_pXRRQueryVersion = (Status(*)(Display*,int*,int*))osl_getAsciiFunctionSymbol( m_pRandRLib, "XRRQ… in initFromModule()
115 …m_pXRRGetScreenInfo = (XRRScreenConfiguration*(*)(Display*,Drawable))osl_getAsciiFunctionSymbol( m… in initFromModule()
117 …m_pXRRSelectInput = (void(*)(Display*,XLIB_Window,int))osl_getAsciiFunctionSymbol( m_pRandRLib, "X… in initFromModule()
119 …m_pXRRSizes = (XRRScreenSize*(*)(Display*,int,int*))osl_getAsciiFunctionSymbol( m_pRandRLib, "XRRS… in initFromModule()
122 …m_pXRRRootToScreen = (int(*)(Display*,XLIB_Window))osl_getAsciiFunctionSymbol( m_pRandRLib, "XRRRo… in initFromModule()
137 RandRWrapper::RandRWrapper( Display* pDisplay ) : in RandRWrapper()
180 RandRWrapper& RandRWrapper::get( Display* i_pDisplay ) in get()
199 RandRWrapper(Display*);
201 static RandRWrapper& get(Display*);
204 Bool XRRQueryExtension(Display* i_pDisp, int* o_event_base, int* o_error_base )
211 Status XRRQueryVersion( Display* i_pDisp, int* o_major, int* o_minor )
215 XRRScreenConfiguration* XRRGetScreenInfo( Display* i_pDisp, Drawable i_aDrawable )
224 void XRRSelectInput( Display* i_pDisp, XLIB_Window i_window, int i_nMask )
233 XRRScreenSize* XRRSizes( Display* i_pDisp, int i_screen, int* o_nscreens )
245 int XRRRootToScreen( Display *dpy, XLIB_Window root )
251 RandRWrapper::RandRWrapper( Display* pDisplay ) :
261 RandRWrapper& RandRWrapper::get( Display* i_pDisplay )