Home
last modified time | relevance | path

Searched refs:mnMaxScreens (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx54 , 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()
86 for( int i = 0; i < mnMaxScreens; i++ ) in ~X11GlyphPeer()
128 mnForcedAA = (~(~0U << mnMaxScreens)) ^ mnUsingXRender; 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()
[all …]
H A Dgcach_xpeer.hxx70 int mnMaxScreens; member in X11GlyphPeer

Completed in 12 milliseconds