Home
last modified time | relevance | path

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

/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx126 hBrush_ = None; in X11SalGraphics()
168 if( hBrush_ ) XFreePixmap( pDisplay, hBrush_ ), hBrush_ = None; in freeResources()
345 XSetTile ( pDisplay, pBrushGC_, hBrush_ ); in SelectBrush()
481 if (hBrush_) in GetDitherPixmap()
482 XFreePixmap (GetXDisplay(), hBrush_); in GetDitherPixmap()
483 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
486 if( !hBrush_ ) in GetDitherPixmap()
487 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
491 hBrush_, in GetDitherPixmap()
/aoo41x/main/vcl/inc/unx/
H A Dsalgdi.h110 Pixmap hBrush_; // Dither member in X11SalGraphics

Completed in 24 milliseconds