Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx427 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplCopyImage() local
435 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage()
436 nDstLinestep = -rDstBuffer.mnScanlineSize; in ImplCopyImage()
438 else if( nSrcLinestep == nDstLinestep ) in ImplCopyImage()
452 pRawDst += nDstLinestep; in ImplCopyImage()
470 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplConvertToBitmap() local
478 nDstLinestep = -nDstLinestep; in ImplConvertToBitmap()
485 aDstLine.AddByteOffset( nDstLinestep ); in ImplConvertToBitmap()
685 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplBlendToBitmap() local
705 nDstLinestep = -nDstLinestep; in ImplBlendToBitmap()
[all …]

Completed in 14 milliseconds