Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1924 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1944 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
1947 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha()
2050 int nX, nOutX, nY, nOutY; in ImplBlend() local
2061 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlend()
2064 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend()
2297 long nX, nOutX, nY, nOutY; in ImplDrawAlpha() local
2318 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()

Completed in 17 milliseconds