Searched refs:nDstEndX1 (Results 1 – 2 of 2) sorted by relevance
195 const long nDstEndX1 = nDstX + nWidth - 1L; in CopyPixel() local213 for( long nX = nSrcEndX1, nXN = nDstEndX1; nX >= nSrcX; nX--, nXN-- ) in CopyPixel()219 for( long nX = nSrcEndX1, nXN = nDstEndX1; nX >= nSrcX; nX--, nXN-- ) in CopyPixel()
1088 const long nDstEndX1 = nDstX + nWidth - 1L; in CopyPixel() local1106 for( long nX = nSrcEndX1, nXN = nDstEndX1; nX >= nSrcX; nX--, nXN-- ) in CopyPixel()1112 for( long nX = nSrcEndX1, nXN = nDstEndX1; nX >= nSrcX; nX--, nXN-- ) in CopyPixel()
Completed in 17 milliseconds