Home
last modified time | relevance | path

Searched refs:rSrcBuffer (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx94 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplPALToPAL()
96 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplPALToPAL()
128 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplPALToTC()
205 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplTCToTC()
249 const ColorMask& rSrcMask = rSrcBuffer.maColorMask; in ImplTCToPAL()
251 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplTCToPAL()
301 switch( BMP_SCANLINE_FORMAT( rSrcBuffer.mnFormat ) ) in StretchAndConvert()
413 pSrcScan = new Scanline[ rSrcBuffer.mnHeight ]; in StretchAndConvert()
462 pTmpScan = rSrcBuffer.mpBits, nOffset = rSrcBuffer.mnScanlineSize; in StretchAndConvert()
465 pTmpScan = rSrcBuffer.mpBits + ( rSrcBuffer.mnHeight - 1 ) * rSrcBuffer.mnScanlineSize; in StretchAndConvert()
[all …]
H A Dbmpfast.cxx426 const int nSrcLinestep = rSrcBuffer.mnScanlineSize; in ImplCopyImage()
429 const PIXBYTE* pRawSrc = rSrcBuffer.mpBits; in ImplCopyImage()
435 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage()
448 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplCopyImage()
469 const int nSrcLinestep = rSrcBuffer.mnScanlineSize; in ImplConvertToBitmap()
481 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplConvertToBitmap()
677 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer, in ImplBlendToBitmap() argument
683 const int nSrcLinestep = rSrcBuffer.mnScanlineSize; in ImplBlendToBitmap()
708 for( int y = rSrcBuffer.mnHeight; --y >= 0; ) in ImplBlendToBitmap()
723 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer, in ImplBlendToBitmap() argument
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx284 const BitmapBuffer& rSrcBuffer, const SalTwoRect& rTwoRect,

Completed in 42 milliseconds