Searched refs:nBrushColor_ (Results 1 – 3 of 3) sorted by relevance
125 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 …]
939 const XRenderColor aRenderColor = GetXRenderColor( nBrushColor_ , fTransparency); in drawAlphaRect()
108 SalColor nBrushColor_; variable