Lines Matching refs:fW
1245 ratquad_mapTo3D(fPts, fW, tmp);
1266 dst[0].fW = tmp2[0].fZ / root;
1267 dst[1].fW = tmp2[2].fZ / root;
1302 dst->fW = ww[0];
1319 Sk2s ww(fW);
1347 Sk2s scale = Sk2s(SkScalarInvert(SK_Scalar1 + fW));
1348 SkScalar newW = subdivide_w_value(fW);
1353 Sk2s ww(fW);
1359 double w_d = fW;
1371 dst[0].fW = dst[1].fW = newW;
1379 SkScalar a = fW - 1; \
1532 SkVector A = (fPts[2] - fPts[0]) * (fW - 1);
1533 SkVector B = (fPts[2] - fPts[0]) - (fPts[1] - fPts[0]) * (fW*2);
1534 SkVector C = (fPts[1] - fPts[0]) * fW;
1549 return conic_find_extrema(&fPts[0].fX, fW, t);
1553 return conic_find_extrema(&fPts[0].fY, fW, t);