Lines Matching refs:aBmpRect
2032 const Rectangle& aBmpRect, in ImplBlend() argument
2084 aTR.mnSrcX = aBmpRect.Left(); in ImplBlend()
2085 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend()
2086 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend()
2087 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()
2258 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha() local
2260 && !aBmpRect.Intersection( Rectangle( rSrcPtPixel, rSrcSizePixel ) ).IsEmpty() ) in ImplDrawAlpha()
2276 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha()
2296 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha()
2300 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2307 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha()
2311 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2344 aBmpRect,aOutSz, in ImplDrawAlpha()