Searched refs:nSrcEndY (Results 1 – 2 of 2) sorted by relevance
160 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel() local163 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
1029 const long nSrcEndY = aRectSrc.Top() + nHeight; in CopyPixel() local1043 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()1051 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()1056 for( long nSrcY = aRectSrc.Top(); nSrcY < nSrcEndY; nSrcY++, nDstY++ ) in CopyPixel()
Completed in 34 milliseconds