Searched refs:rSrcBuffer (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/vcl/source/gdi/ |
| H A D | salmisc.cxx | 89 static void ImplPALToPAL( const BitmapBuffer& rSrcBuffer, BitmapBuffer& rDstBuffer, in ImplPALToPAL() argument 94 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplPALToPAL() 96 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplPALToPAL() 102 if( ( i < nDstCount ) && ( rSrcBuffer.maPalette[ i ] == rDstBuffer.maPalette[ i ] ) ) in ImplPALToPAL() 105 …ex( sal::static_int_cast<sal_uInt8>(rDstBuffer.maPalette.GetBestIndex( rSrcBuffer.maPalette[ i ] )… in ImplPALToPAL() 123 static void ImplPALToTC( const BitmapBuffer& rSrcBuffer, BitmapBuffer& rDstBuffer, in ImplPALToTC() argument 128 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplPALToTC() 130 const BitmapColor* pColBuf = rSrcBuffer.maPalette.ImplGetColorBuffer(); in ImplPALToTC() 132 if( BMP_SCANLINE_FORMAT( rSrcBuffer.mnFormat ) == BMP_FORMAT_1BIT_MSB_PAL ) in ImplPALToTC() 153 else if( BMP_SCANLINE_FORMAT( rSrcBuffer.mnFormat ) == BMP_FORMAT_4BIT_MSN_PAL ) in ImplPALToTC() [all …]
|
| H A D | bmpfast.cxx | 424 static bool ImplCopyImage( BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer ) in ImplCopyImage() argument 426 const int nSrcLinestep = rSrcBuffer.mnScanlineSize; in ImplCopyImage() 429 const PIXBYTE* pRawSrc = rSrcBuffer.mpBits; in ImplCopyImage() 433 if( BMP_FORMAT_TOP_DOWN & (rSrcBuffer.mnFormat ^ rDstBuffer.mnFormat) ) in ImplCopyImage() 435 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage() 440 memcpy( pRawDst, pRawSrc, rSrcBuffer.mnHeight * nDstLinestep ); in ImplCopyImage() 448 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplCopyImage() 462 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer ) in ImplConvertToBitmap() argument 469 const int nSrcLinestep = rSrcBuffer.mnScanlineSize; in ImplConvertToBitmap() 475 if( BMP_FORMAT_TOP_DOWN & (rSrcBuffer.mnFormat ^ rDstBuffer.mnFormat) ) in ImplConvertToBitmap() [all …]
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | salbtype.hxx | 284 const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect,
|