Searched refs:aRectPoly (Results 1 – 3 of 3) sorted by relevance
137 Polygon aRectPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in DrawEllipse() local138 if ( aRectPoly.GetSize() >= 2 ) in DrawEllipse()140 const SalPoint* pPtAry = (const SalPoint*)aRectPoly.GetConstPointAry(); in DrawEllipse()142 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()147 mpGraphics->DrawPolygon( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()
554 const basegfx::B2DPolygon aRectPoly( in Union() local564 basegfx::B2DPolyPolygon(aRectPoly))); in Union()735 const basegfx::B2DPolygon aRectPoly( in Exclude() local738 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude()818 const basegfx::B2DPolygon aRectPoly( in XOr() local821 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr()
1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions() local1320 const PolyPolygon aRectPolyPoly( aRectPoly ); in ImplWriteActions()
Completed in 25 milliseconds