Lines Matching defs:ScreenData
290 struct ScreenData struct in SalDisplay
292 bool m_bInit;
294 XLIB_Window m_aRoot;
295 XLIB_Window m_aRefWindow;
296 Size m_aSize;
297 SalVisual m_aVisual;
298 SalColormap m_aColormap;
299 GC m_aMonoGC;
300 GC m_aCopyGC;
301 GC m_aAndInvertedGC;
302 GC m_aAndGC;
303 GC m_aOrGC;
304 GC m_aStippleGC;
305 Pixmap m_hInvert50;
306 mutable RenderEntryMap m_aRenderData;
308 ScreenData() : in ScreenData() function