Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx450 const B2DPolyPolygon& rSourcePolyPolygon) in TrapezoidSubdivider() argument
456 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() argument
954 trapezoidhelper::TrapezoidSubdivider aTrapezoidSubdivider(rSourcePolyPolygon); in trapezoidSubdivide()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx804 static void B3dPolyPolygon_to_PolyPolygonShape3D( const basegfx::B3DPolyPolygon& rSourcePolyPolygon in B3dPolyPolygon_to_PolyPolygonShape3D() argument
807 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()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dtrapezoid.hxx95 const B2DPolyPolygon& rSourcePolyPolygon);

Completed in 31 milliseconds