Home
last modified time | relevance | path

Searched refs:hasDoublePoints (Results 1 – 8 of 8) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx376 bool B2DPolyPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B2DPolyPolygon
382 if((mpPolyPolygon->getB2DPolygon(a)).hasDoublePoints()) in hasDoublePoints()
393 if(hasDoublePoints()) in removeDoublePoints()
H A Db3dpolypolygon.cxx412 bool B3DPolyPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B3DPolyPolygon
418 if((mpPolyPolygon->getB3DPolygon(a)).hasDoublePoints()) in hasDoublePoints()
429 if(hasDoublePoints()) in removeDoublePoints()
H A Db2dpolygon.cxx979 bool hasDoublePoints() const in hasDoublePoints() function in ImplB2DPolygon
1606 bool B2DPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B2DPolygon
1608 return (mpPolygon->count() > 1 && mpPolygon->hasDoublePoints()); in hasDoublePoints()
1613 if(hasDoublePoints()) in removeDoublePoints()
H A Db3dpolygon.cxx1381 bool hasDoublePoints() const in hasDoublePoints() function in ImplB3DPolygon
1788 bool B3DPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B3DPolygon
1790 return (mpPolygon->count() > 1L && mpPolygon->hasDoublePoints()); in hasDoublePoints()
1795 if(hasDoublePoints()) in removeDoublePoints()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygon.hxx118 bool hasDoublePoints() const;
H A Db3dpolypolygon.hxx112 bool hasDoublePoints() const;
H A Db3dpolygon.hxx125 bool hasDoublePoints() const;
H A Db2dpolygon.hxx253 bool hasDoublePoints() const;

Completed in 33 milliseconds