Home
last modified time | relevance | path

Searched refs:aRectPoly (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/vcl/source/gdi/
H A Doutdev5.cxx137 Polygon aRectPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in DrawEllipse() local
138 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()
H A Dregion.cxx554 const basegfx::B2DPolygon aRectPoly( in Union() local
564 basegfx::B2DPolyPolygon(aRectPoly))); in Union()
735 const basegfx::B2DPolygon aRectPoly( in Exclude() local
738 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude()
818 const basegfx::B2DPolygon aRectPoly( in XOr() local
821 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions() local
1320 const PolyPolygon aRectPolyPoly( aRectPoly ); in ImplWriteActions()

Completed in 42 milliseconds