Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp93 catch(QtClipperLib::clipperException &e) in addClipPolygon()
105 catch(QtClipperLib::clipperException &e) in addSubjectPath()
169 catch(QtClipperLib::clipperException &e) in execute()
245 catch(QtClipperLib::clipperException &e) in mergePolysToPolyTree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h389 class clipperException : public std::exception
392 clipperException(const char* description): m_descr(description) {} in clipperException() function
393 virtual ~clipperException() throw() {} in ~clipperException()
H A Dclipper.cpp901 throw clipperException("Coordinate outside allowed range"); in RangeTest()
1049 throw clipperException("AddPath: Open paths must be subject."); in AddPath()
1052 throw clipperException("AddPath: Open paths have been disabled."); in AddPath()
1445 throw clipperException("UpdateEdgeIntoAEL: invalid call"); in UpdateEdgeIntoAEL()
1513 throw clipperException("Error: PolyTree struct is needed for open path clipping."); in Execute()
2837 throw clipperException("ProcessIntersections error"); in ProcessIntersections()
3001 else throw clipperException("DoMaxima error"); in DoMaxima()