Searched refs:hasDoublePoints (Results 1 – 8 of 8) sorted by relevance
376 bool B2DPolyPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B2DPolyPolygon382 if((mpPolyPolygon->getB2DPolygon(a)).hasDoublePoints()) in hasDoublePoints()393 if(hasDoublePoints()) in removeDoublePoints()
412 bool B3DPolyPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B3DPolyPolygon418 if((mpPolyPolygon->getB3DPolygon(a)).hasDoublePoints()) in hasDoublePoints()429 if(hasDoublePoints()) in removeDoublePoints()
979 bool hasDoublePoints() const in hasDoublePoints() function in ImplB2DPolygon1606 bool B2DPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B2DPolygon1608 return (mpPolygon->count() > 1 && mpPolygon->hasDoublePoints()); in hasDoublePoints()1613 if(hasDoublePoints()) in removeDoublePoints()
1381 bool hasDoublePoints() const in hasDoublePoints() function in ImplB3DPolygon1788 bool B3DPolygon::hasDoublePoints() const in hasDoublePoints() function in basegfx::B3DPolygon1790 return (mpPolygon->count() > 1L && mpPolygon->hasDoublePoints()); in hasDoublePoints()1795 if(hasDoublePoints()) in removeDoublePoints()
118 bool hasDoublePoints() const;
112 bool hasDoublePoints() const;
125 bool hasDoublePoints() const;
253 bool hasDoublePoints() const;
Completed in 42 milliseconds