Lines Matching refs:Rectangle

97         const Rectangle aCropRect( rSrcPoint,  in muckWithBitmap()
238 Polygon aPoly( Rectangle( aPt, aSz ) ); in DrawObj()
241 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in DrawObj()
504 Polygon aPoly( Rectangle( rPt, rSz ) ); in ImplCreateOutput()
507 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplCreateOutput()
602 Rectangle aOutRect( aPt, pOut->GetOutputSizePixel() ); in ImplCreateOutput()
603 Rectangle aBmpRect( aOutPtPix, aOutSzPix ); in ImplCreateOutput()
1431 Polygon aPoly( Rectangle( aPt, rUnrotatedSzPix ) ); aPoly.Rotate( Point(), nRot10 ); in ImplCreateRotatedScaled()
1432 Rectangle aNewBound( aPoly.GetBoundRect() ); in ImplCreateRotatedScaled()
1969 Polygon aPoly( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
1972 const Rectangle aRotBoundRect( aPoly.GetBoundRect() ); in ImplDraw()
1978 pOut->IntersectClipRegion( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
2144 rVDev.DrawEllipse( Rectangle(aTileInfo.aNextTileTopLeft.X(), aTileInfo.aTileTopLeft.Y(), in ImplRenderTileRecursive()
2162 rVDev.DrawEllipse( Rectangle(aTileInfo.aTileTopLeft.X(), aTileInfo.aNextTileTopLeft.Y(), in ImplRenderTileRecursive()
2228 rVDev.DrawRect( Rectangle((rTileInfo.aTileTopLeft.X())*rTileSizePixel.Width(), in ImplRenderTileRecursive()
2239 bool GraphicObject::ImplDrawTiled( OutputDevice* pOut, const Rectangle& rArea, const Size& rSizePix… in ImplDrawTiled()
2305 const Rectangle aOutArea( pOut->LogicToPixel( rArea, aOutMapMode ) ); in ImplDrawTiled()
2403 const Rectangle& rCropRect, in ImplTransformBitmap()
2451 …aBmpEx2.CopyPixel( Rectangle( Point(nPadLeft, nPadTop), aBmpSize ), Rectangle( Point(0, 0), aBmpSi… in ImplTransformBitmap()