Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.h211 bool IsShallow(SweepContext& tcx, Node& node);
H A Dsweep.cpp517 if (IsShallow(tcx, *node)) { in FillBasinReq()
549 bool Sweep::IsShallow(SweepContext& tcx, Node& node) in IsShallow() function in p2t::Sweep