Searched refs:leftPoly (Results 1 – 2 of 2) sorted by relevance
1544 Poly* leftPoly; in tessellate() local1547 leftPoly = v->fFirstEdgeAbove->fLeftPoly; in tessellate()1550 leftPoly = leftEnclosingEdge ? leftEnclosingEdge->fRightPoly : nullptr; in tessellate()1566 if (leftPoly) { in tessellate()1567 leftPoly = leftPoly->addEdge(v->fFirstEdgeAbove, Poly::kRight_Side, alloc); in tessellate()1584 if (leftPoly && rightPoly && leftPoly != rightPoly) { in tessellate()1585 SkASSERT(leftPoly->fPartner == nullptr && rightPoly->fPartner == nullptr); in tessellate()1586 rightPoly->fPartner = leftPoly; in tessellate()1587 leftPoly->fPartner = rightPoly; in tessellate()1593 if (leftPoly && rightPoly) { in tessellate()[all …]