Home
last modified time | relevance | path

Searched refs:pStippleGC_ (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/unx/
H A Dsalgdi.h117 GC pStippleGC_; member in X11SalGraphics
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx133 pStippleGC_ = NULL; in X11SalGraphics()
177 if( pStippleGC_ ) XFreeGC( pDisplay, pStippleGC_ ), pStippleGC_ = None; in freeResources()
H A Dsalgdi2.cxx242 if( !pStippleGC_ ) in GetStippleGC()
243 pStippleGC_ = CreateGC( GetDrawable(), in GetStippleGC()
250 XSetFunction( GetXDisplay(), pStippleGC_, bXORMode_ ? GXxor : GXcopy ); in GetStippleGC()
251 SetClipRegion( pStippleGC_ ); in GetStippleGC()
255 return pStippleGC_; in GetStippleGC()

Completed in 30 milliseconds