Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx966 Pixmap aStipple( XCreatePixmap( pXDisp, aDrawable, in drawMask() local
970 if( aStipple ) in drawMask()
979 aTmpGC = XCreateGC( pXDisp, aStipple, GCFunction | GCForeground | GCBackground, &aValues ); in drawMask()
980 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aStipple, m_nScreen, 1, aTwoRect, aTmpGC ); in drawMask()
988 XSetStipple( pXDisp, aStippleGC, aStipple ); in drawMask()
994 XFreePixmap( pXDisp, aStipple ); in drawMask()
H A Dsalgdi3.cxx901 Pixmap aStipple = rGlyphPeer.GetPixmap( rFont, nGlyph, m_nScreen ); in DrawServerSimpleFontString() local
904 if( aStipple != None ) in DrawServerSimpleFontString()
909 aGCVal.stipple = aStipple; in DrawServerSimpleFontString()

Completed in 38 milliseconds