Lines Matching defs:rightTop
977 Vertex* rightTop = edge->fRight->fTop;
979 if (c.sweep_lt(rightTop->fPoint, top->fPoint) && !edge->fRight->isRightOf(top)) {
980 rewind(activeEdges, current, rightTop, c);
981 } else if (c.sweep_lt(top->fPoint, rightTop->fPoint) && !edge->isLeftOf(rightTop)) {
985 rewind(activeEdges, current, rightTop, c);