Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp104 bool IsHole; member
222 bool PolyNode::IsHole() const in IsHole() function in QtClipperLib::PolyNode
1383 result->IsHole = false; in CreateOutRec()
1550 (outrec.IsHole != outrec.FirstLeft->IsHole && in FixHoleLinkage()
1554 while (orfl && ((orfl->IsHole == outrec.IsHole) || !orfl->Pts)) in FixHoleLinkage()
1598 if ((outRec->IsHole ^ m_ReverseOutput) == (Area(*outRec) > 0)) in ExecuteInternal()
2317 outrec->IsHole = false; in SetHoleState()
2322 outrec->IsHole = !outrec->FirstLeft->IsHole; in SetHoleState()
2435 outRec1->IsHole = outRec2->IsHole; in AppendPolygon()
3709 outRec2->IsHole = !outRec1->IsHole; in JoinCommonEdges()
[all …]
H A Dclipper.h145 bool IsHole() const;
339 bool IsHole(TEdge *e);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp327 if((!ignoreHoles && currentNode->IsHole()) || in triangulateComplex()
328 (!ignoreFills && !currentNode->IsHole())) in triangulateComplex()