Lines Matching refs:nSrcWidth
2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local
2296 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha()
2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2431 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local
2433 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintTransparent()
2440 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintTransparent()
2441 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2532 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local
2534 long* pMapX = new long[ nSrcWidth + 1 ]; in ImplPrintMask()
2548 for( nX = 0L; nX <= nSrcWidth; nX++ ) in ImplPrintMask()
2549 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()