Searched refs:rightEnclosingEdge (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 1132 Edge* rightEnclosingEdge = nullptr; in simplify() local 1136 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in simplify() 1143 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, c, alloc)) { in simplify() 1149 if (Vertex* pv = check_for_intersection(leftEnclosingEdge, rightEnclosingEdge, in simplify() 1185 Edge* rightEnclosingEdge = nullptr; in tessellate() local 1186 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in tessellate() 1194 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate() 1247 rightPoly = new_poly(&polys, rightEnclosingEdge->fTop, rightPoly->fWinding, in tessellate() 1251 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
|