Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx472 TrueColorPixelPtr<DSTFMT> aDstLine; aDstLine.SetRawPtr( rDstBuffer.mpBits ); in ImplConvertToBitmap() local
477 aDstLine.AddByteOffset( (rSrcBuffer.mnHeight - 1) * nDstLinestep ); in ImplConvertToBitmap()
483 ImplConvertLine( aDstLine, rSrcLine, rSrcBuffer.mnWidth ); in ImplConvertToBitmap()
485 aDstLine.AddByteOffset( nDstLinestep ); in ImplConvertToBitmap()
688 TrueColorPixelPtr<DSTFMT> aDstLine; aDstLine.SetRawPtr( rDstBuffer.mpBits ); in ImplBlendToBitmap() local
704 aDstLine.AddByteOffset( (rSrcBuffer.mnHeight - 1) * nDstLinestep ); in ImplBlendToBitmap()
710 ImplBlendLines<8>( aDstLine, rSrcLine, aMskLine, rDstBuffer.mnWidth ); in ImplBlendToBitmap()
711 aDstLine.AddByteOffset( nDstLinestep ); in ImplBlendToBitmap()

Completed in 16 milliseconds