Home
last modified time | relevance | path

Searched refs:nBrushColor_ (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx125 nBrushColor_ = MAKE_SALCOLOR( 0xFF, 0xFF, 0xFF ); // White in X11SalGraphics()
214 nBrushPixel_ = GetPixel( nBrushColor_ ); in SetDrawable()
230 nBrushPixel_ = GetPixel( nBrushColor_ ); in Init()
313 DBG_ASSERT( nBrushColor_ != SALCOLOR_NONE, "Brush Transparent" ); in SelectBrush()
678 if( nBrushColor_ != SALCOLOR_NONE ) in SetFillColor()
681 nBrushColor_ = SALCOLOR_NONE; in SetFillColor()
689 if( nBrushColor_ != nSalColor ) in SetFillColor()
692 nBrushColor_ = nSalColor; in SetFillColor()
695 && GetColormap().GetColor( nBrushPixel_ ) != nBrushColor_ in SetFillColor()
752 nBrushColor_ = GetColormap().GetColor( nBrushPixel_ ); in SetROPFillColor()
[all …]
H A Dsalgdi2.cxx939 const XRenderColor aRenderColor = GetXRenderColor( nBrushColor_ , fTransparency); in drawAlphaRect()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h108 SalColor nBrushColor_; variable