Lines Matching refs:mnSrcY

102 		rTwoRect.mnSrcY = rSizePix.Height() - rTwoRect.mnSrcY - rTwoRect.mnSrcHeight;  in ImplAdjustTwoRect()
109 ( rTwoRect.mnSrcY < 0 ) || ( rTwoRect.mnSrcY >= rSizePix.Height() ) || in ImplAdjustTwoRect()
111 ( ( rTwoRect.mnSrcY + rTwoRect.mnSrcHeight ) > rSizePix.Height() ) ) in ImplAdjustTwoRect()
113 const Rectangle aSourceRect( Point( rTwoRect.mnSrcX, rTwoRect.mnSrcY ), in ImplAdjustTwoRect()
127 … const long nDstY1 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Top() - rTwoRect.mnSrcY ) ); in ImplAdjustTwoRect()
129 …const long nDstY2 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Bottom() - rTwoRect.mnSrcY )… in ImplAdjustTwoRect()
132 rTwoRect.mnSrcY = aCropRect.Top(); in ImplAdjustTwoRect()
194 Rectangle aSrcRect( Point( rPosAry.mnSrcX, rPosAry.mnSrcY ), in ImplDrawOutDevDirect()
208 if ( (rPosAry.mnSrcY+rPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in ImplDrawOutDevDirect()
269 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
275 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in DrawOutDev()
289 if ( (aPosAry.mnSrcY+aPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in DrawOutDev()
335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
402 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in CopyArea()
408 Rectangle aSrcRect( Point( aPosAry.mnSrcX, aPosAry.mnSrcY ), in CopyArea()
418 if ( (aPosAry.mnSrcY+aPosAry.mnSrcHeight-1) > aSrcOutRect.Bottom() ) in CopyArea()
425 aPosAry.mnDestY-aPosAry.mnSrcY, in CopyArea()
429 aPosAry.mnSrcX, aPosAry.mnSrcY, in CopyArea()
479 aPosAry.mnSrcY = rDevPt.Y(); in ImplDrawFrameDev()
641 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawBitmap()
716 … aPosAry.mnSrcY -= sal::static_int_cast<long>(aPosAry.mnDestY / nScaleY); in ImplDrawBitmap()
1150 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawBitmapEx()
1237 aPosAry.mnSrcY += aClipRegionBounds.Top() - aPosAry.mnDestY; in ImplDrawBitmapEx()
1419 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawMask()
1587 aPosAry.mnSrcY = nY; in GetBitmap()
2094 aTR.mnSrcY = aBmpRect.Top(); in ImplBlend()