Home
last modified time | relevance | path

Searched refs:m_nWhitePixel (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2994 m_nWhitePixel = aColor.pixel; in SalColormap()
3054 m_nWhitePixel( SALCOLOR_NONE ), in SalColormap()
3069 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SalColormap()
3070 m_nWhitePixel = i; in SalColormap()
3078 m_nWhitePixel( 1 ), in SalColormap()
3088 m_aPalette[m_nWhitePixel] = SALCOLOR_WHITE; in SalColormap()
3095 m_nWhitePixel( (1 << nDepth) - 1 ), in SalColormap()
3192 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3198 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3211 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SetPalette()
[all …]
/AOO41X/main/vcl/inc/unx/
H A Dsaldisp.hxx164 Pixel m_nWhitePixel; member in SalColormap
185 inline Pixel GetWhitePixel() const { return m_nWhitePixel; } in GetWhitePixel()