Searched refs:rBitmapColor (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | bmpacc2.cxx | 179 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK() 180 *pScanline = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK() 201 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK() 202 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK() 239 *pScanline++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK() 240 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK() 241 *pScanline = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK() 262 *pScanline++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK() 264 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK() 286 *pScanline++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK() [all …]
|
H A D | pngread.cxx | 1638 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapColor ) in ImplSetPixel() argument 1645 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetPixel() 1664 …:ImplSetTranspPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapColor, sal_Bool bTran… in ImplSetTranspPixel() argument 1671 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetTranspPixel() 1698 const BitmapColor& rBitmapColor, sal_uInt8 nAlpha ) in ImplSetAlphaPixel() argument 1705 mpAcc->SetPixel( nY, nX, rBitmapColor ); in ImplSetAlphaPixel()
|
H A D | bmpacc.cxx | 331 sal_uInt16 BitmapReadAccess::GetBestPaletteIndex( const BitmapColor& rBitmapColor ) const in GetBestPaletteIndex() 333 return( HasPalette() ? mpBuffer->maPalette.GetBestIndex( rBitmapColor ) : 0 ); in GetBestPaletteIndex()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 311 mcGreen ( rBitmapColor.mcGreen ), in BitmapColor() 312 mcRed ( rBitmapColor.mcRed ), in BitmapColor() 313 mbIndex ( rBitmapColor.mbIndex ) in BitmapColor() 342 ( mbIndex ? rBitmapColor.mbIndex : in operator ==() 343 ( mcGreen == rBitmapColor.mcGreen && mcRed == rBitmapColor.mcRed ) ) ); in operator ==() 350 return !( *this == rBitmapColor ); in operator !=() 357 mcBlueOrIndex = rBitmapColor.mcBlueOrIndex; in operator =() 358 mcGreen = rBitmapColor.mcGreen; in operator =() 359 mcRed = rBitmapColor.mcRed; in operator =() 360 mbIndex = rBitmapColor.mbIndex; in operator =() [all …]
|
H A D | bmpacc.hxx | 153 inline BitmapColor GetBestMatchingColor( const BitmapColor& rBitmapColor ); 162 inline const BitmapColor& GetBestPaletteColor( const BitmapColor& rBitmapColor ) const; 207 inline void SetPixel( long nY, long nX, const BitmapColor& rBitmapColor ); 385 inline BitmapColor BitmapReadAccess::GetBestMatchingColor( const BitmapColor& rBitmapColor ) in GetBestMatchingColor() argument 388 return BitmapColor( (sal_uInt8) GetBestPaletteIndex( rBitmapColor ) ); in GetBestMatchingColor() 390 return rBitmapColor; in GetBestMatchingColor() 447 return GetPaletteColor( GetBestPaletteIndex( rBitmapColor ) ); in GetBestPaletteColor() 500 mFncSetPixel( pData, nX, rBitmapColor, maColorMask ); in SetPixelOnData() 542 mpBuffer->maPalette[ nColor ] = rBitmapColor; in SetPaletteColor() 547 inline void BitmapWriteAccess::SetPixel( long nY, long nX, const BitmapColor& rBitmapColor ) in SetPixel() argument [all …]
|
Completed in 28 milliseconds