Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx298 if( nPenColor_ != SALCOLOR_NONE ) in SelectPen()
313 DBG_ASSERT( nBrushColor_ != SALCOLOR_NONE, "Brush Transparent" ); in SelectBrush()
657 if( nPenColor_ != SALCOLOR_NONE ) in SetLineColor()
659 nPenColor_ = SALCOLOR_NONE; in SetLineColor()
678 if( nBrushColor_ != SALCOLOR_NONE ) in SetFillColor()
681 nBrushColor_ = SALCOLOR_NONE; in SetFillColor()
777 if( nPenColor_ != SALCOLOR_NONE ) in drawPixel()
783 if( nSalColor != SALCOLOR_NONE ) in drawPixel()
787 if( (nPenColor_ == SALCOLOR_NONE) && !bPenGC_ ) in drawPixel()
791 nPenColor_ = SALCOLOR_NONE; in drawPixel()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3046 m_nWhitePixel( SALCOLOR_NONE ), in SalColormap()
3047 m_nBlackPixel( SALCOLOR_NONE ), in SalColormap()
3059 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SalColormap()
3061 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SalColormap()
3183 m_nBlackPixel = SALCOLOR_NONE; in SetPalette()
3184 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3189 m_nBlackPixel = SALCOLOR_NONE; in SetPalette()
3190 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3201 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SetPalette()
3203 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SetPalette()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsalgtype.hxx38 #define SALCOLOR_NONE (~(SalColor)0) macro