Searched refs:fRightPoly (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrTriangulator.cpp | 1273 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate() 1275 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate() 1284 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1291 e->fRightPoly ? e->fRightPoly->fID : -1); in tessellate() 1304 if (e->fRightPoly) { in tessellate() 1305 e->fRightPoly->addEdge(e, kLeft_Side, fAlloc); in tessellate() 1307 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1327 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate() 1350 leftEdge->fRightPoly = rightEdge->fLeftPoly = poly; in tessellate() 1354 v->fLastEdgeBelow->fRightPoly = rightPoly; in tessellate() [all …]
|
D | GrTriangulator.h | 388 , fRightPoly(nullptr) in Edge() 408 Poly* fRightPoly; // The Poly to the right of this edge, if any. member
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 354 , fRightPoly(nullptr) in Edge() 376 Poly* fRightPoly; // The Poly to the right of this edge, if any. member 1548 rightPoly = v->fLastEdgeAbove->fRightPoly; in tessellate() 1550 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : 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() 1575 if (e->fRightPoly) { in tessellate() 1576 e->fRightPoly->addEdge(e, Poly::kLeft_Side, alloc); in tessellate() 1578 if (rightEdge->fLeftPoly && rightEdge->fLeftPoly != e->fRightPoly) { in tessellate() 1598 leftEnclosingEdge->fRightPoly = leftPoly; in tessellate() [all …]
|