Searched refs:fLastEdgeAbove (Results 1 – 1 of 1) sorted by relevance
141 , fFirstEdgeAbove(nullptr), fLastEdgeAbove(nullptr) in Vertex()152 Edge* fLastEdgeAbove; // " member661 *right = v->fLastEdgeAbove->fRight; in find_enclosing_edges()724 edge, prev, next, &v->fFirstEdgeAbove, &v->fLastEdgeAbove); in insert_edge_above()749 edge, &edge->fBottom->fFirstEdgeAbove, &edge->fBottom->fLastEdgeAbove); in remove_edge_above()1191 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()1215 for (Edge* e = v->fFirstEdgeAbove; e != v->fLastEdgeAbove; e = e->fNextEdgeAbove) { in tessellate()1227 remove_edge(v->fLastEdgeAbove, &activeEdges); in tessellate()