/trunk/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 688 Rectangle aCropRect; in Draw() local 723 aCropRect = aClipPolyPoly.GetBoundRect(); in Draw() 724 pOut->IntersectClipRegion( aCropRect ); in Draw() 765 Rectangle aCropRect; in DrawWithPDFHandling() local 792 aCropRect = aClipPolyPoly.GetBoundRect(); in DrawWithPDFHandling() 808 aCropRect ); in DrawWithPDFHandling() 1037 Rectangle aCropRect; in GetTransformedGraphic() local 1094 aCropRect = Rectangle( aCropLeftTop.Width(), aCropLeftTop.Height(), in GetTransformedGraphic() 1109 if( !aCropRect.IsInside( Rectangle(aAnimBmp.aPosPix, aAnimBmp.aSizePix) ) ) in GetTransformedGraphic() 1112 Rectangle aCropRectRel( aCropRect ); in GetTransformedGraphic() [all …]
|
H A D | grfmgr2.cxx | 97 const Rectangle aCropRect( rSrcPoint, in muckWithBitmap() local 99 aBmpEx.Crop( aCropRect ); in muckWithBitmap()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 115 Rectangle aCropRect( aSourceRect ); in ImplAdjustTwoRect() local 117 aCropRect.Intersection( Rectangle( Point(), rSizePix ) ); in ImplAdjustTwoRect() 119 if( aCropRect.IsEmpty() ) in ImplAdjustTwoRect() 126 …const long nDstX1 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Left() - rTwoRect.mnSrcX ) ); in ImplAdjustTwoRect() 127 … const long nDstY1 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Top() - rTwoRect.mnSrcY ) ); in ImplAdjustTwoRect() 128 …const long nDstX2 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Right() - rTwoRect.mnSrcX ) … in ImplAdjustTwoRect() 129 …const long nDstY2 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Bottom() - rTwoRect.mnSrcY )… in ImplAdjustTwoRect() 131 rTwoRect.mnSrcX = aCropRect.Left(); in ImplAdjustTwoRect() 132 rTwoRect.mnSrcY = aCropRect.Top(); in ImplAdjustTwoRect() 133 rTwoRect.mnSrcWidth = aCropRect.GetWidth(); in ImplAdjustTwoRect() [all …]
|
H A D | impimage.cxx | 409 const Rectangle aCropRect( aSrcPos, maSize ); in Draw() local 416 aTmpBmpEx.Crop( aCropRect ); in Draw()
|
/trunk/main/svtools/source/filter/wmf/ |
H A D | enhwmf.cxx | 881 Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) ); in ReadEnhWMF() local 882 aBitmap.Crop( aCropRect ); in ReadEnhWMF() 943 Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) ); in ReadEnhWMF() local 944 aBitmap.Crop( aCropRect ); in ReadEnhWMF() 997 Rectangle aCropRect( Point( xSrc, ySrc ), Size( cxSrc, cySrc ) ); in ReadEnhWMF() local 998 aBitmap.Crop( aCropRect ); in ReadEnhWMF()
|
H A D | winwmf.cxx | 575 Rectangle aCropRect( Point( nSx, nSy ), Size( nSxe, nSye ) ); in ReadRecordParams() local 576 aBmp.Crop( aCropRect ); in ReadRecordParams() 626 Rectangle aCropRect( Point( nSx, nSy ), Size( nSxe, nSye ) ); in ReadRecordParams() local 627 aBmp.Crop( aCropRect ); in ReadRecordParams()
|
/trunk/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2274 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions() local 2276 aBmp.Crop( aCropRect ); in createActions() 2357 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions() local 2359 aBmp.Crop( aCropRect ); in createActions() 2457 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions() local 2459 aBmp.Crop( aCropRect ); in createActions()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 734 const CGRect aCropRect = CGRectMake( nX, nY, nNewWidth, nNewHeight); in CreateCroppedImage() local 735 xCroppedImage = CGImageCreateWithImageInRect( mxCachedImage, aCropRect ); in CreateCroppedImage()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 811 Rectangle aCropRect(aCurrentRect); in processBasePrimitive2D() local 844 aCropRect = Rectangle( in processBasePrimitive2D() 854 aCropRect, in processBasePrimitive2D()
|
/trunk/main/svx/inc/svx/ |
H A D | svdograf.hxx | 99 Rectangle aCropRect; // Wenn aCropRect nicht Empty ist, dann enthaelt es den sichtbaren member in SdrGrafObj
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 556 Rectangle aCropRect( aPt, aSize ); in Create3DObject() local 557 aFillBmp.Crop( aCropRect ); in Create3DObject()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 973 aCropRect = rGraf.aCropRect; in operator =()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 3915 Rectangle aCropRect( nLeft, nTop, aCropSize.Width() - nRight, aCropSize.Height() - nBottom ); in lcl_ApplyCropping() local 3916 aCropBitmap.Crop( aCropRect ); in lcl_ApplyCropping()
|