Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h198 enum EdgeSide { esLeft = 1, esRight = 2}; enumerator
H A Dclipper.cpp1262 e->Side = esLeft; in Reset()
1849 e1->Side = esLeft; in AddLocalMinPoly()
1861 e2->Side = esLeft; in AddLocalMinPoly()
2390 if( e1->Side == esLeft ) in AppendPolygon()
2392 if( e2->Side == esLeft ) in AppendPolygon()
2485 bool ToFront = (e->Side == esLeft); in AddOutPt()
2505 if (e->Side == esLeft) in GetLastOutPt()