Searched refs:nOutX (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 1915 int nX, nOutX, nY, nOutY; in ImplBlendWithAlpha() local 1940 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlendWithAlpha() 1943 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlendWithAlpha() 2041 int nX, nOutX, nY, nOutY; in ImplBlend() local 2057 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlend() 2060 const sal_uLong nD = nVCLDitherLut[ nModY | ( nOutX & 0x0FL ) ]; in ImplBlend() 2288 long nX, nOutX, nY, nOutY; in ImplDrawAlpha() local 2298 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha() 2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
|
Completed in 25 milliseconds