Searched refs:rSourcePolyPolygon (Results 1 – 3 of 3) sorted by relevance
793 static void B3dPolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon& rSourcePolyPolygon… in B3dPolyPolygon_to_PolyPolygonShape3D() argument796 aRetval.SequenceX.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()797 aRetval.SequenceY.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()798 aRetval.SequenceZ.realloc(rSourcePolyPolygon.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()802 for(sal_uInt32 a(0L);a<rSourcePolyPolygon.count();a++) in B3dPolyPolygon_to_PolyPolygonShape3D()804 const basegfx::B3DPolygon aPoly(rSourcePolyPolygon.getB3DPolygon(a)); in B3dPolyPolygon_to_PolyPolygonShape3D()
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()
95 const B2DPolyPolygon& rSourcePolyPolygon);