Lines Matching refs:nDstWidth
1909 const sal_Int32 nDstWidth, in ImplBlendWithAlpha() argument
1940 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlendWithAlpha()
1986 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlendWithAlpha()
2031 const sal_Int32 nDstWidth, in ImplBlend() argument
2057 for( nX = 0, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplBlend()
2109 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2128 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2149 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2169 for( nX = 0; nX < nDstWidth; nX++ ) in ImplBlend()
2277 const long nDstWidth = aDstRect.GetWidth(), nDstHeight = aDstRect.GetHeight(); in ImplDrawAlpha() local
2291 long* pMapX = new long[ nDstWidth ]; in ImplDrawAlpha()
2298 for( nX = 0L, nOutX = nOffX; nX < nDstWidth; nX++, nOutX++ ) in ImplDrawAlpha()
2335 nOffX,nDstWidth, in ImplDrawAlpha()
2343 nOffX,nDstWidth, in ImplDrawAlpha()