Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2986 m_nWhitePixel = aColor.pixel; in SalColormap()
3046 m_nWhitePixel( SALCOLOR_NONE ), in SalColormap()
3061 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SalColormap()
3062 m_nWhitePixel = i; in SalColormap()
3070 m_nWhitePixel( 1 ), in SalColormap()
3080 m_aPalette[m_nWhitePixel] = SALCOLOR_WHITE; in SalColormap()
3087 m_nWhitePixel( (1 << nDepth) - 1 ), in SalColormap()
3184 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3190 m_nWhitePixel = SALCOLOR_NONE; in SetPalette()
3203 else if( (m_nWhitePixel == SALCOLOR_NONE) && (SALCOLOR_WHITE == m_aPalette[i]) ) in SetPalette()
[all …]
/AOO42X/main/vcl/inc/unx/
H A Dsaldisp.hxx164 Pixel m_nWhitePixel; member in SalColormap
185 inline Pixel GetWhitePixel() const { return m_nWhitePixel; } in GetWhitePixel()