Searched refs:MonotonePoly (Results 1 – 2 of 2) sorted by relevance
520 struct MonotonePoly { struct521 MonotonePoly(Edge* edge, Side side) in MonotonePoly() argument532 MonotonePoly* fPrev; argument533 MonotonePoly* fNext; argument612 fHead = fTail = alloc.make<MonotonePoly>(e, side); in addEdge()627 MonotonePoly* m = alloc.make<MonotonePoly>(e, side); in addEdge()640 for (MonotonePoly* m = fHead; m != nullptr; m = m->fNext) { in emit()648 MonotonePoly* fHead;649 MonotonePoly* fTail;
520 struct MonotonePoly { struct521 MonotonePoly(Edge* edge, Side side) in MonotonePoly() function532 MonotonePoly* fPrev; argument533 MonotonePoly* fNext; argument612 fHead = fTail = alloc.make<MonotonePoly>(e, side); in addEdge()627 MonotonePoly* m = alloc.make<MonotonePoly>(e, side); in addEdge()640 for (MonotonePoly* m = fHead; m != nullptr; m = m->fNext) { in emit()648 MonotonePoly* fHead;649 MonotonePoly* fTail;