Searched refs:fLeftPoly (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 1370 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate() 1374 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate() 1381 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate() 1388 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate() 1405 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1406 rightEdge->fLeftPoly->addEdge(e, kRight_Side, fAlloc); in tessellate() 1429 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate() 1439 leftEdge->fLeftPoly = leftPoly; in tessellate() 1444 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate() 1448 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate() [all …]
|
D | GrTriangulator.h | 390 , fLeftPoly(nullptr) in Edge() 410 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member
|
/third_party/flutter/skia/src/gpu/ |
D | GrTessellator.cpp | 354 , fLeftPoly(nullptr) in Edge() 374 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member 1601 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate() 1605 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : 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() 1632 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1633 rightEdge->fLeftPoly->addEdge(e, Poly::kRight_Side, alloc); in tessellate() 1656 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate() 1665 leftEdge->fLeftPoly = leftPoly; in tessellate() [all …]
|