Searched refs:SALCOLOR_BLACK (Results 1 – 1 of 1) sorted by relevance
111 #define SALCOLOR_BLACK MAKE_SALCOLOR( 0x00, 0x00, 0x00 ) macro3067 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SalColormap()3087 m_aPalette[m_nBlackPixel] = SALCOLOR_BLACK; in SalColormap()3209 if( (m_nBlackPixel == SALCOLOR_NONE) && (SALCOLOR_BLACK == m_aPalette[i]) ) in SetPalette()3279 if( m_nBlackPixel == nPixel ) return SALCOLOR_BLACK; in GetColor()3343 if( SALCOLOR_BLACK == nSalColor ) return m_nBlackPixel; in GetPixel()
Completed in 28 milliseconds