Home
last modified time | relevance | path

Searched refs:nSrcEndY1 (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1085 const long nSrcEndY1 = nSrcY + nHeight - 1L; in CopyPixel() local
1093 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel()
1099 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) in CopyPixel()
1105 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel()
1111 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) in CopyPixel()
H A Dalpha.cxx192 const long nSrcEndY1 = nSrcY + nHeight - 1L; in CopyPixel() local
200 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel()
206 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) in CopyPixel()
212 for( long nY = nSrcY, nYN = nDstY; nY <= nSrcEndY1; nY++, nYN++ ) in CopyPixel()
218 for( long nY = nSrcEndY1, nYN = nDstEndY1; nY >= nSrcY; nY--, nYN-- ) in CopyPixel()

Completed in 24 milliseconds