Lines Matching refs:fW
980 ratquad_mapTo3D(fPts, fW, tmp); in chopAt()
1001 dst[0].fW = tmp2[0].fZ / root; in chopAt()
1002 dst[1].fW = tmp2[2].fZ / root; in chopAt()
1032 dst->fW = ww[0]; in chopAt()
1049 Sk2s ww(fW); in evalTangentAt()
1077 Sk2s scale = Sk2s(SkScalarInvert(SK_Scalar1 + fW)); in chop()
1078 SkScalar newW = subdivide_w_value(fW); in chop()
1083 Sk2s ww(fW); in chop()
1094 dst[0].fW = dst[1].fW = newW; in chop()
1102 SkScalar a = fW - 1; \
1179 return conic_find_extrema(&fPts[0].fX, fW, t); in findXExtrema()
1183 return conic_find_extrema(&fPts[0].fY, fW, t); in findYExtrema()