Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx159 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel() local
164 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()
H A Dbitmap.cxx1028 const long nSrcEndX = aRectSrc.Left() + nWidth; in CopyPixel() local
1044 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()
1052 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()
1057 … for( long nSrcX = aRectSrc.Left(), nDstX = aRectDst.Left(); nSrcX < nSrcEndX; nSrcX++, nDstX++ ) in CopyPixel()

Completed in 22 milliseconds