Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx370 const BitmapPalette& mrPalette; member in ImplPixelFormat8
374 : mrPalette( rPalette ) in ImplPixelFormat8()
383 return mrPalette[ *pData++ ].operator Color().GetColor(); in ReadPixel()
388 *pData++ = static_cast< sal_uInt8 >( mrPalette.GetBestIndex( aColor ) ); in WritePixel()
395 const BitmapPalette& mrPalette; member in ImplPixelFormat4
401 : mrPalette( rPalette ) in ImplPixelFormat4()
418 const BitmapColor& rColor = mrPalette[( pData[mnX >> 1] >> mnShift) & 0x0f]; in ReadPixel()
427 pData[mnX>>1] |= (static_cast< sal_uInt8 >( mrPalette.GetBestIndex( aColor ) ) & 0x0f); in WritePixel()
436 const BitmapPalette& mrPalette; member in ImplPixelFormat1
441 : mrPalette( rPalette ) in ImplPixelFormat1()
[all …]

Completed in 18 milliseconds