Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Doutdev2.cxx1915 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local
1935 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlendWithAlpha()
1938 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlendWithAlpha()
2041 int nX, nOutX, nY, nOutY; in ImplBlend() local
2052 for( nY = 0, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplBlend()
2055 const long nModY = ( nOutY & 0x0FL ) << 4L; in ImplBlend()
2288 long nX, nOutX, nY, nOutY; in ImplDrawAlpha() local
2309 for( nY = 0L, nOutY = nOffY; nY < nDstHeight; nY++, nOutY++ ) in ImplDrawAlpha()
2311 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()

Completed in 17 milliseconds