Searched refs:aDstLine (Results 1 – 1 of 1) sorted by relevance
472 TrueColorPixelPtr<DSTFMT> aDstLine; aDstLine.SetRawPtr( rDstBuffer.mpBits ); in ImplConvertToBitmap() local477 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() local704 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 12 milliseconds