Searched refs:SALCOLOR_NONE (Results 1 – 3 of 3) sorted by relevance
298 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 …]
3046 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 …]
38 #define SALCOLOR_NONE (~(SalColor)0) macro