Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions() local
1320 const PolyPolygon aRectPolyPoly( aRectPoly ); in ImplWriteActions()
/trunk/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.cxx556 const basegfx::B2DPolygon aRectPoly( in Union() local
566 basegfx::B2DPolyPolygon(aRectPoly))); in Union()
737 const basegfx::B2DPolygon aRectPoly( in Exclude() local
740 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude()
820 const basegfx::B2DPolygon aRectPoly( in XOr() local
823 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr()

Completed in 35 milliseconds