Lines Matching refs:Rectangle
87 const Rectangle& rRect) in ImpSdrGDIMetaFileImport()
1029 Rectangle aTextRect( aPos, aSize ); in ImportText()
1100 Rectangle aRect(rAct.GetPoint(),rAct.GetBitmap().GetSizePixel()); in DoAction()
1112 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1124 Rectangle aRect(rAct.GetPoint(),rAct.GetBitmapEx().GetSizePixel()); in DoAction()
1136 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1314 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1319 aBitmap.Crop(Rectangle(rAct.GetSrcPoint(), rAct.GetSrcSize())); in DoAction()
1330 Rectangle aRect(rAct.GetDestPoint(),rAct.GetDestSize()); in DoAction()
1335 aBitmapEx.Crop(Rectangle(rAct.GetSrcPoint(), rAct.GetSrcSize())); in DoAction()
1346 Rectangle aRect(rAct.GetPoint(), rAct.GetBitmap().GetSizePixel()); in DoAction()
1360 Rectangle aRect(rAct.GetPoint(), rAct.GetSize()); in DoAction()
1374 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1378 aBitmapEx.Crop(Rectangle(rAct.GetSrcPoint(), rAct.GetSrcSize())); in DoAction()
1420 Rectangle( in DoAction()
1527 const Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1529 Rectangle aHairline; in DoAction()
1530 const Rectangle aBoundRect(rMtf.GetBoundRect(*Application::GetDefaultDevice(), &aHairline)); in DoAction()
1591 aVDev.DrawGradient(Rectangle(Point(0, 0), aVDev.GetOutputSizePixel()), rGradient); in DoAction()