Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx123 pBrushGC_ = NULL; in X11SalGraphics()
171 if( pBrushGC_ ) XFreeGC( pDisplay, pBrushGC_ ), pBrushGC_ = None; in freeResources()
315 if( !pBrushGC_ ) in SelectBrush()
323 pBrushGC_ = XCreateGC( pDisplay, hDrawable_, in SelectBrush()
332 XSetFillStyle ( pDisplay, pBrushGC_, FillSolid ); in SelectBrush()
333 XSetForeground( pDisplay, pBrushGC_, nBrushPixel_ ); in SelectBrush()
335 XSetTile( pDisplay, pBrushGC_, None ); in SelectBrush()
344 XSetFillStyle ( pDisplay, pBrushGC_, FillTiled ); in SelectBrush()
345 XSetTile ( pDisplay, pBrushGC_, hBrush_ ); in SelectBrush()
348 SetClipRegion( pBrushGC_ ); in SelectBrush()
[all …]
/aoo4110/main/vcl/inc/unx/
H A Dsalgdi.h107 GC pBrushGC_; // Brush attributes member in X11SalGraphics

Completed in 11 milliseconds