Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp157 Childs.resize(0); in Clear()
163 if (!Childs.empty()) in GetFirst()
164 return Childs[0]; in GetFirst()
174 if (result > 0 && Childs[0] != AllNodes[0]) result--; in Total()
182 PolyNode::PolyNode(): Childs(), Parent(0), Index(0), m_IsOpen(false) in PolyNode()
189 return (int)Childs.size(); in ChildCount()
195 unsigned cnt = (unsigned)Childs.size(); in AddChild()
196 Childs.push_back(&child); in AddChild()
204 if (!Childs.empty()) in GetNext()
205 return Childs[0]; in GetNext()
[all …]
H A Dclipper.h142 PolyNodes Childs; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp341 for(U32 j = 0; j < currentNode->Childs.size(); j++) in triangulateComplex()
343 PolyNode *childNode = currentNode->Childs[j]; in triangulateComplex()
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.rst834 - S. Lockwood-Childs