Searched refs:pathIsClosed (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 184 void MinkowskiSum(const Path& pattern, const Path& path, Paths& solution, bool pathIsClosed); 185 void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed);
|
| H A D | clipper.cpp | 4507 void MinkowskiSum(const Path& pattern, const Path& path, Paths& solution, bool pathIsClosed) in MinkowskiSum() argument 4509 Minkowski(pattern, path, solution, true, pathIsClosed); in MinkowskiSum() 4525 void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed) in MinkowskiSum() argument 4531 Minkowski(pattern, paths[i], tmp, true, pathIsClosed); in MinkowskiSum() 4533 if (pathIsClosed) in MinkowskiSum()
|