Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp4555 void AddPolyNodeToPaths(const PolyNode& polynode, NodeType nodetype, Paths& paths) in AddPolyNodeToPaths() argument
4558 if (nodetype == ntClosed) match = !polynode.IsOpen(); in AddPolyNodeToPaths()
4561 if (!polynode.Contour.empty() && match) in AddPolyNodeToPaths()
4562 paths.push_back(polynode.Contour); in AddPolyNodeToPaths()
4563 for (int i = 0; i < polynode.ChildCount(); ++i) in AddPolyNodeToPaths()
4564 AddPolyNodeToPaths(*polynode.Childs[i], nodetype, paths); in AddPolyNodeToPaths()