Home | History | Annotate | Download | only in pathops

Lines Matching refs:fWeight

169         eWeight = fWeight;
174 eWeight = edge.fWeight;
821 fWeight = weight;
1512 edge->fWeight = 1;
1526 edge->fWeight = fWeight;
1544 edge->fPts[1] = SkDConic::SubDivide(fPts, fWeight, sub[0], sub[1],
1545 startT, endT, &edge->fWeight).asSkPoint();
1578 edge->fConic.fWeight = fWeight;
1594 edge->fConic[1] = SkDConic::SubDivide(fPts, fWeight, edge->fQuad[0], edge->fQuad[2],
1595 startT, endT, &edge->fConic.fWeight);