Searched refs:rightTop (Results 1 – 1 of 1) sorted by relevance
868 Vertex* rightTop = edge->fRight->fTop; in cleanup_active_edges() local870 if (c.sweep_gt(top->fPoint, rightTop->fPoint) && !edge->fRight->isRightOf(top)) { in cleanup_active_edges()872 } else if (c.sweep_gt(rightTop->fPoint, top->fPoint) && !edge->isLeftOf(rightTop)) { in cleanup_active_edges()873 split_edge(edge, rightTop, activeEdges, c, alloc); in cleanup_active_edges()