Lines Matching refs:rewind
710 static void rewind(EdgeList* activeEdges, Vertex** current, Vertex* dst, const Comparator& c) {
747 rewind(activeEdges, current, leftTop, c);
749 rewind(activeEdges, current, top, c);
752 rewind(activeEdges, current, leftTop, c);
754 rewind(activeEdges, current, top, c);
761 rewind(activeEdges, current, rightTop, c);
763 rewind(activeEdges, current, top, c);
766 rewind(activeEdges, current, rightTop, c);
769 rewind(activeEdges, current, top, c);
808 rewind(activeEdges, current, edge->fTop, c);
813 rewind(activeEdges, current, edge->fTop, c);
817 rewind(activeEdges, current, other->fTop, c);
829 rewind(activeEdges, current, edge->fTop, c);
834 rewind(activeEdges, current, other->fTop, c);
838 rewind(activeEdges, current, edge->fTop, c);
932 rewind(activeEdges, current, right->fTop, c);
937 rewind(activeEdges, current, left->fTop, c);
943 rewind(activeEdges, current, right->fBottom, c);
948 rewind(activeEdges, current, left->fBottom, c);
1068 // If the intersection point is above the current vertex, rewind to the vertex above the
1096 rewind(activeEdges, current, top ? top : v, c);