Lines Matching refs:nSrcHeight
2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local
2307 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha()
2311 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2431 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local
2434 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintTransparent()
2443 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent()
2444 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2532 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local
2535 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintMask()
2551 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintMask()
2552 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()