Searched refs:fRightPoly (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 1371 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate() 1373 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate() 1382 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1389 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1402 if (e->fRightPoly) { in tessellate() 1403 e->fRightPoly->addEdge(e, kLeft_Side, fAlloc); in tessellate() 1405 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1425 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate() 1448 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate() 1452 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate() [all …]
|
D | GrTriangulator.h | 391 , fRightPoly(nullptr) in Edge() 411 Poly* fRightPoly; // The Poly to the right of this edge, if any. member
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 355 , fRightPoly(nullptr) in Edge() 375 Poly* fRightPoly; // The Poly to the right of this edge, if any. member 1602 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate() 1604 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate() 1611 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1616 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1629 if (e->fRightPoly) { in tessellate() 1630 e->fRightPoly->addEdge(e, Poly::kLeft_Side, alloc); in tessellate() 1632 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1652 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate() [all …]
|