Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx657 if( nPenColor_ != SALCOLOR_NONE ) in SetLineColor()
659 nPenColor_ = SALCOLOR_NONE; in SetLineColor()
681 nBrushColor_ = SALCOLOR_NONE; in SetFillColor()
777 if( nPenColor_ != SALCOLOR_NONE ) in drawPixel()
783 if( nSalColor != SALCOLOR_NONE ) in drawPixel()
812 if( nPenColor_ != SALCOLOR_NONE ) in drawLine()
838 if( nPenColor_ != SALCOLOR_NONE ) in drawRect()
854 if( nPenColor_ != SALCOLOR_NONE) in drawPolyLine()
925 if( nPenColor_ != SALCOLOR_NONE) in drawPolygon()
972 if( nPenColor_ != SALCOLOR_NONE ) in drawPolyPolygon()
[all …]
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3054 m_nWhitePixel( SALCOLOR_NONE ), in SalColormap()
3055 m_nBlackPixel( SALCOLOR_NONE ), in SalColormap()
3067 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SalColormap()
3069 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SalColormap()
3191 m_nBlackPixel = SALCOLOR_NONE; in SetPalette()
3192 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3197 m_nBlackPixel = SALCOLOR_NONE; in SetPalette()
3198 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3209 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SetPalette()
3211 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SetPalette()
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dsalgtype.hxx38 #define SALCOLOR_NONE (~(SalColor)0) macro

Completed in 29 milliseconds