Home
last modified time | relevance | path

Searched refs:rDstBuffer (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx55 memcpy( pDstScanMap[ nActY + 1L ], pDstScan, rDstBuffer.mnScanlineSize ); \
89 static void ImplPALToPAL( const BitmapBuffer& rSrcBuffer, BitmapBuffer& rDstBuffer, in ImplPALToPAL() argument
93 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToPAL()
95 const ColorMask& rDstMask = rDstBuffer.maColorMask; in ImplPALToPAL()
123 static void ImplPALToTC( const BitmapBuffer& rSrcBuffer, BitmapBuffer& rDstBuffer, in ImplPALToTC() argument
127 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplPALToTC()
129 const ColorMask& rDstMask = rDstBuffer.maColorMask; in ImplPALToTC()
204 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToTC()
206 const ColorMask& rDstMask = rDstBuffer.maColorMask; in ImplTCToTC()
248 const long nWidth = rDstBuffer.mnWidth, nHeight = rDstBuffer.mnHeight, nHeight1 = nHeight - 1; in ImplTCToPAL()
[all …]
H A Dbmpfast.cxx427 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplCopyImage()
430 PIXBYTE* pRawDst = rDstBuffer.mpBits; in ImplCopyImage()
436 nDstLinestep = -rDstBuffer.mnScanlineSize; in ImplCopyImage()
445 if( nByteWidth > rDstBuffer.mnScanlineSize ) in ImplCopyImage()
446 nByteWidth = rDstBuffer.mnScanlineSize; in ImplCopyImage()
462 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer ) in ImplConvertToBitmap() argument
470 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplConvertToBitmap()
677 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer, in ImplBlendToBitmap() argument
685 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplBlendToBitmap()
723 BitmapBuffer& rDstBuffer, const BitmapBuffer& rSrcBuffer, in ImplBlendToBitmap() argument
[all …]

Completed in 16 milliseconds