Lines Matching refs:pixel
2991 m_nBlackPixel = aColor.pixel; in SalColormap()
2994 m_nWhitePixel = aColor.pixel; in SalColormap()
3226 aColor[i].pixel = i; in GetPalette()
3310 aColor.pixel = nPixel; in GetColor()
3335 if( rColor.pixel & 1 ) in GetXPixels()
3376 if( !m_aPalette.empty() && !m_aPalette[aColor.pixel] ) in GetPixel()
3378 const_cast<SalColormap*>(this)->m_aPalette[aColor.pixel] = nSalColor; in GetPixel()
3380 if( !(aColor.pixel & 1) && !m_aPalette[aColor.pixel+1] ) in GetPixel()
3391 if( !m_aPalette[aInversColor.pixel] ) in GetPixel()
3392 … const_cast<SalColormap*>(this)->m_aPalette[aInversColor.pixel] = nInversColor; in GetPixel()
3396 static_cast< unsigned long >(nSalColor), aColor.pixel, in GetPixel()
3397 … static_cast< unsigned long >(nInversColor), aInversColor.pixel); in GetPixel()
3402 return aColor.pixel; in GetPixel()