Searched refs:nSrcEndX1 (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | alpha.cxx | 191 const long nSrcEndX1 = nSrcX + nWidth - 1L; in CopyPixel() local 201 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel() 207 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel() 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 D | bitmap.cxx | 1084 const long nSrcEndX1 = nSrcX + nWidth - 1L; in CopyPixel() local 1094 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel() 1100 for( long nX = nSrcX, nXN = nDstX; nX <= nSrcEndX1; nX++, nXN++ ) in CopyPixel() 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 41 milliseconds