Searched refs:polynode (Results 1 – 1 of 1) sorted by relevance
4555 void AddPolyNodeToPaths(const PolyNode& polynode, NodeType nodetype, Paths& paths) in AddPolyNodeToPaths() argument4558 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()