Searched refs:hBrush_ (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 126 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()
|
/trunk/main/vcl/inc/unx/ |
H A D | salgdi.h | 110 Pixmap hBrush_; // Dither member in X11SalGraphics
|
Completed in 23 milliseconds