Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrTriangulator.cpp1561 Poly* rightPoly; in tessellate() local
1564 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate()
1567 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate()
1589 if (rightPoly) { in tessellate()
1590 rightPoly = rightPoly->addEdge(v->fLastEdgeAbove, Side::kLeft, this); in tessellate()
1604 if (leftPoly && rightPoly && leftPoly != rightPoly) { in tessellate()
1605 SkASSERT(leftPoly->fPartner == nullptr && rightPoly->fPartner == nullptr); in tessellate()
1606 rightPoly->fPartner = leftPoly; in tessellate()
1607 leftPoly->fPartner = rightPoly; in tessellate()
1613 if (leftPoly && rightPoly) { in tessellate()
[all …]