Lines Matching refs:nSrcHeight
2285 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha() local
2316 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha()
2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2440 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintTransparent() local
2443 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintTransparent()
2452 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintTransparent()
2453 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2541 const long nSrcWidth = aSrcRect.GetWidth(), nSrcHeight = aSrcRect.GetHeight(); in ImplPrintMask() local
2544 long* pMapY = new long[ nSrcHeight + 1 ]; in ImplPrintMask()
2560 for( nY = 0L; nY <= nSrcHeight; nY++ ) in ImplPrintMask()
2561 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()