Home
last modified time | relevance | path

Searched refs:rightEnclosingEdge (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp1482 Edge* rightEnclosingEdge; in simplify() local
1487 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in simplify()
1489 v->fRightEnclosingEdge = rightEnclosingEdge; in simplify()
1497 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, &v, mesh, c, in simplify()
1504 if (check_for_intersection(leftEnclosingEdge, rightEnclosingEdge, in simplify()
1542 Edge* rightEnclosingEdge; in tessellate() local
1543 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in tessellate()
1551 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1602 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1646 Edge* rightEnclosingEdge; in remove_non_boundary_edges() local
[all …]
/external/skqp/src/gpu/
DGrTessellator.cpp1482 Edge* rightEnclosingEdge; in simplify() local
1487 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in simplify()
1489 v->fRightEnclosingEdge = rightEnclosingEdge; in simplify()
1497 if (check_for_intersection(edge, rightEnclosingEdge, &activeEdges, &v, mesh, c, in simplify()
1504 if (check_for_intersection(leftEnclosingEdge, rightEnclosingEdge, in simplify()
1542 Edge* rightEnclosingEdge; in tessellate() local
1543 find_enclosing_edges(v, &activeEdges, &leftEnclosingEdge, &rightEnclosingEdge); in tessellate()
1551 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1602 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate()
1646 Edge* rightEnclosingEdge; in remove_non_boundary_edges() local
[all …]