Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.h104 bool left_highest; member
106 Basin() : left_node(NULL), bottom_node(NULL), right_node(NULL), width(0.0), left_highest(false) in Basin()
116 left_highest = false; in Clear()
H A Dsweep.cpp509 tcx.basin.left_highest = tcx.basin.left_node->point->y > tcx.basin.right_node->point->y; in FillBasin()
553 if (tcx.basin.left_highest) { in IsShallow()