Lines Matching refs:fWeight
48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight));
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight));
120 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight };
139 path.conicTo(dConic.fPts[1].asSkPoint(), dConic.fPts[2].asSkPoint(), dConic.fWeight);
148 path.conicTo(chopped.fPts[1].asSkPoint(), chopped.fPts[2].asSkPoint(), chopped.fWeight);
163 conic.fW = dConic.fWeight;
249 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight };
278 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight };
281 path.conicTo(dConic.fPts[1].asSkPoint(), dConic.fPts[2].asSkPoint(), dConic.fWeight);
302 c1.debugSet(conic1.fPts.fPts, conic1.fWeight);
303 c2.debugSet(conic2.fPts.fPts, conic2.fWeight);