Searched refs:Legalize (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep.cpp | 193 if (!Legalize(tcx, *triangle)) { in NewFrontTriangle() 216 if (!Legalize(tcx, *triangle)) { in Fill() 333 bool Sweep::Legalize(SweepContext& tcx, Triangle& t) in Legalize() function in p2t::Sweep 369 bool not_legalized = !Legalize(tcx, t); in Legalize() 374 not_legalized = !Legalize(tcx, *ot); in Legalize() 450 t.Legalize(p, op); in RotateTrianglePair() 451 ot.Legalize(op, p); in RotateTrianglePair() 723 Legalize(tcx, *t); in FlipEdgeEvent() 724 Legalize(tcx, ot); in FlipEdgeEvent() 746 Legalize(tcx, ot); in NextFlipTriangle() [all …]
|
| H A D | sweep.h | 119 bool Legalize(SweepContext& tcx, Triangle& t);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/ |
| H A D | shapes.h | 191 void Legalize(Point& point); 192 void Legalize(Point& opoint, Point& npoint);
|
| H A D | shapes.cpp | 126 void Triangle::Legalize(Point& point) in Legalize() function in p2t::Triangle 134 void Triangle::Legalize(Point& opoint, Point& npoint) in Legalize() function in p2t::Triangle
|