Searched refs:fLeftPoly (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrTriangulator.cpp | 1272 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate() 1276 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate() 1283 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate() 1290 e->fLeftPoly ? e->fLeftPoly->fID : -1, in tessellate() 1307 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1308 rightEdge->fLeftPoly->addEdge(e, kRight_Side, fAlloc); in tessellate() 1331 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate() 1341 leftEdge->fLeftPoly = leftPoly; in tessellate() 1346 int winding = leftEdge->fLeftPoly ? leftEdge->fLeftPoly->fWinding : 0; in tessellate() 1350 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate() [all …]
|
D | GrTriangulator.h | 387 , fLeftPoly(nullptr) in Edge() 407 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 353 , fLeftPoly(nullptr) in Edge() 375 Poly* fLeftPoly; // The Poly to the left of this edge, if any. member 1547 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate() 1551 rightPoly = rightEnclosingEdge ? rightEnclosingEdge->fLeftPoly : nullptr; in tessellate() 1557 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1562 e->fLeftPoly ? e->fLeftPoly->fID : -1, e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1578 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1579 rightEdge->fLeftPoly->addEdge(e, Poly::kRight_Side, alloc); in tessellate() 1602 rightEnclosingEdge->fLeftPoly = rightPoly; in tessellate() 1611 leftEdge->fLeftPoly = leftPoly; in tessellate() [all …]
|