Searched refs:nOutY (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1915 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 31 milliseconds