Searched refs:rSourcePolyPolygon (Results 1 – 3 of 3) sorted by relevance
450 const B2DPolyPolygon& rSourcePolyPolygon) in TrapezoidSubdivider() argument456 B2DPolyPolygon aSource(rSourcePolyPolygon); in TrapezoidSubdivider()457 const sal_uInt32 nPolygonCount(rSourcePolyPolygon.count()); in TrapezoidSubdivider()952 void trapezoidSubdivide(B2DTrapezoidVector& ro_Result, const B2DPolyPolygon& rSourcePolyPolygon) in trapezoidSubdivide() argument954 trapezoidhelper::TrapezoidSubdivider aTrapezoidSubdivider(rSourcePolyPolygon); in trapezoidSubdivide()
804 static void B3dPolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon& rSourcePolyPolygon… in B3dPolyPolygon_to_PolyPolygonShape3D() argument807 aRetval.SequenceX.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()808 aRetval.SequenceY.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()809 aRetval.SequenceZ.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()813 for(sal_uInt32 a(0L);a<rSourcePolyPolygon.count();a++) in B3dPolyPolygon_to_PolyPolygonShape3D()815 const basegfx::B3DPolygon aPoly(rSourcePolyPolygon.getB3DPolygon(a)); in B3dPolyPolygon_to_PolyPolygonShape3D()
94 const B2DPolyPolygon& rSourcePolyPolygon);
Completed in 52 milliseconds