Lines Matching refs:aBmpRect
2041 const Rectangle& aBmpRect, in ImplBlend() argument
2093 aTR.mnSrcX = aBmpRect.Left(); in ImplBlend()
2094 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend()
2095 aTR.mnSrcWidth = aBmpRect.GetWidth(); in ImplBlend()
2096 aTR.mnSrcHeight = aBmpRect.GetHeight(); in ImplBlend()
2267 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha() local
2269 && !aBmpRect.Intersection( Rectangle( rSrcPtPixel, rSrcSizePixel ) ).IsEmpty() ) in ImplDrawAlpha()
2285 const long nSrcWidth = aBmpRect.GetWidth(), nSrcHeight = aBmpRect.GetHeight(); in ImplDrawAlpha()
2305 nMirrOffX = ( aBmpRect.Left() << 1 ) + nSrcWidth - 1; in ImplDrawAlpha()
2309 pMapX[ nX ] = aBmpRect.Left() + nOutX * nSrcWidth / nOutWidth; in ImplDrawAlpha()
2316 nMirrOffY = ( aBmpRect.Top() << 1 ) + nSrcHeight - 1; in ImplDrawAlpha()
2320 pMapY[ nY ] = aBmpRect.Top() + nOutY * nSrcHeight / nOutHeight; in ImplDrawAlpha()
2353 aBmpRect,aOutSz, in ImplDrawAlpha()