Lines Matching refs:mnDestY

104 		rTwoRect.mnDestY -= rTwoRect.mnDestHeight-1;  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()
136 rTwoRect.mnDestY = nDstY1; in ImplAdjustTwoRect()
271 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in DrawOutDev()
339 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in DrawOutDev()
404 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in CopyArea()
425 aPosAry.mnDestY-aPosAry.mnSrcY, in CopyArea()
428 mpGraphics->CopyArea( aPosAry.mnDestX, aPosAry.mnDestY, in CopyArea()
483 aPosAry.mnDestY = rPt.Y(); in ImplDrawFrameDev()
645 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawBitmap()
683 && aPosAry.mnDestY + aPosAry.mnDestHeight >= 0 in ImplDrawBitmap()
684 && aPosAry.mnDestY < mnOutHeight ) in ImplDrawBitmap()
709 if( aPosAry.mnDestY + aPosAry.mnDestHeight > mnOutHeight ) in ImplDrawBitmap()
711 aPosAry.mnDestHeight = Max(long(0),mnOutHeight-aPosAry.mnDestY); in ImplDrawBitmap()
713 if( aPosAry.mnDestY < 0 ) in ImplDrawBitmap()
715 aPosAry.mnDestHeight += aPosAry.mnDestY; in ImplDrawBitmap()
716 … aPosAry.mnSrcY -= sal::static_int_cast<long>(aPosAry.mnDestY / nScaleY); in ImplDrawBitmap()
717 aPosAry.mnDestY = 0; in ImplDrawBitmap()
1145 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawBitmapEx()
1217 aPosAry.mnDestY, in ImplDrawBitmapEx()
1219 … aPosAry.mnDestY + aPosAry.mnDestHeight - 1 ) ); in ImplDrawBitmapEx()
1228 aPosAry.mnSrcY += aClipRegionBounds.Top() - aPosAry.mnDestY; in ImplDrawBitmapEx()
1233 aPosAry.mnDestY = aClipRegionBounds.Top(); in ImplDrawBitmapEx()
1414 aPosAry.mnDestY = ImplLogicYToDevicePixel( rDestPt.Y() ); in ImplDrawMask()
1582 aPosAry.mnDestY = ( aRect.Top() < mnOutOffY ) ? ( mnOutOffY - aRect.Top() ) : 0L; in GetBitmap()
2089 aTR.mnDestY = nOffY; in ImplBlend()