Searched refs:nDstLinestep (Results 1 – 1 of 1) sorted by relevance
427 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplCopyImage() local435 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage()436 nDstLinestep = -rDstBuffer.mnScanlineSize; in ImplCopyImage()438 else if( nSrcLinestep == nDstLinestep ) in ImplCopyImage()440 memcpy( pRawDst, pRawSrc, rSrcBuffer.mnHeight * nDstLinestep ); in ImplCopyImage()452 pRawDst += nDstLinestep; in ImplCopyImage()470 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplConvertToBitmap() local477 aDstLine.AddByteOffset( (rSrcBuffer.mnHeight - 1) * nDstLinestep ); in ImplConvertToBitmap()478 nDstLinestep = -nDstLinestep; in ImplConvertToBitmap()485 aDstLine.AddByteOffset( nDstLinestep ); in ImplConvertToBitmap()[all …]