Home
last modified time | relevance | path

Searched refs:getSignedArea (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx73 BASEGFX_DLLPUBLIC double getSignedArea(const B3DPolygon& rCandidate);
79 BASEGFX_DLLPUBLIC double getSignedArea(const B3DPolygon& rCandidate);
H A Db2dpolypolygontools.hxx104 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolyPolygon& rCandidate);
H A Db2dpolygontools.hxx103 BASEGFX_DLLPUBLIC double getSignedArea(const B2DPolygon& rCandidate);
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx264 double getSignedArea(const B2DPolyPolygon& rCandidate) in getSignedArea() function
273 fRetval += tools::getSignedArea(aCandidate); in getSignedArea()
281 return fabs(getSignedArea(rCandidate)); in getArea()
H A Db3dpolygontools.cxx126 const double fSignedArea(getSignedArea(rCandidate)); in getOrientation()
141 double getSignedArea(const B3DPolygon& rCandidate) in getSignedArea() function
212 fRetval = getSignedArea(rCandidate); in getArea()
H A Db2dpolygontools.cxx152 const double fSignedArea(getSignedArea(rCandidate)); in getOrientation()
505 double getSignedArea(const B2DPolygon& rCandidate) in getSignedArea() function
540 fRetval = getSignedArea(rCandidate); in getArea()

Completed in 54 milliseconds