Lines Matching refs:mnMaxScreens
54 , mnMaxScreens(0) in X11GlyphPeer()
67 mnMaxScreens = rSalDisplay.GetScreenCount(); in X11GlyphPeer()
68 if( mnMaxScreens > MAX_GCACH_SCREENS ) in X11GlyphPeer()
69 mnMaxScreens = MAX_GCACH_SCREENS; in X11GlyphPeer()
72 if( mnMaxScreens > 1 ) in X11GlyphPeer()
73 mnExtByteCount = sizeof(MultiScreenGlyph) + sizeof(Pixmap) * (mnMaxScreens - 1); in X11GlyphPeer()
86 for( int i = 0; i < mnMaxScreens; i++ ) in ~X11GlyphPeer()
128 mnForcedAA = (~(~0U << mnMaxScreens)) ^ mnUsingXRender; in InitAntialiasing()
130 for( int nScreen = 0; nScreen < mnMaxScreens; ++nScreen) in InitAntialiasing()
165 for( int i = 0; i < mnMaxScreens; ++i ) in PrepareForMultiscreen()
179 for( int i = 0; i < mnMaxScreens; ++i ) in PrepareForMultiscreen()
357 for( int i = 0; i < mnMaxScreens; ++i) in RemovingGlyph()
518 int nEndScreen = mnMaxScreens; in GetPixmap()