Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp105 bool IsOpen; member
235 bool PolyNode::IsOpen() const in IsOpen() function in QtClipperLib::PolyNode
1384 result->IsOpen = false; in CreateOutRec()
1597 if (!outRec->Pts || outRec->IsOpen) continue; in ExecuteInternal()
1609 if (outRec->IsOpen) in ExecuteInternal()
2468 outRec->IsOpen = (e->WindDelta == 0); in AddOutPt()
2475 if (!outRec->IsOpen) in AddOutPt()
2640 bool IsOpen = (horzEdge->WindDelta == 0); in ProcessHorizontal() local
2690 if (horzEdge->OutIdx >= 0 && !IsOpen) in ProcessHorizontal()
2699 if (horzEdge->OutIdx >= 0 && !IsOpen) in ProcessHorizontal()
[all …]
H A Dclipper.h146 bool IsOpen() const;