Home
last modified time | relevance | path

Searched refs:nDstEndX1 (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/source/gdi/
H A Dalpha.cxx195 const long nDstEndX1 = nDstX + nWidth - 1L; in CopyPixel() local
213 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()
H A Dbitmap.cxx1088 const long nDstEndX1 = nDstX + nWidth - 1L; in CopyPixel() local
1106 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 21 milliseconds