Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dbmpfast.cxx261 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplCopyImage() local
269 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage()
270 nDstLinestep = -rDstBuffer.mnScanlineSize; in ImplCopyImage()
272 else if( nSrcLinestep == nDstLinestep ) in ImplCopyImage()
286 pRawDst += nDstLinestep; in ImplCopyImage()
302 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplConvertToBitmap() local
310 nDstLinestep = -nDstLinestep; in ImplConvertToBitmap()
317 aDstLine.AddByteOffset( nDstLinestep ); in ImplConvertToBitmap()
466 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplBlendToBitmap() local
486 nDstLinestep = -nDstLinestep; in ImplBlendToBitmap()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A Dbmpfast.cxx266 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplCopyImage() local
274 pRawDst += (rSrcBuffer.mnHeight - 1) * nDstLinestep; in ImplCopyImage()
275 nDstLinestep = -rDstBuffer.mnScanlineSize; in ImplCopyImage()
277 else if( nSrcLinestep == nDstLinestep ) in ImplCopyImage()
291 pRawDst += nDstLinestep; in ImplCopyImage()
307 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplConvertToBitmap() local
315 nDstLinestep = -nDstLinestep; in ImplConvertToBitmap()
322 aDstLine.AddByteOffset( nDstLinestep ); in ImplConvertToBitmap()
565 int nDstLinestep = rDstBuffer.mnScanlineSize; in ImplBlendToBitmap() local
585 nDstLinestep = -nDstLinestep; in ImplBlendToBitmap()
[all …]