Lines Matching refs:fW
1046 ratquad_mapTo3D(fPts, fW, tmp); in chopAt()
1067 dst[0].fW = tmp2[0].fZ / root; in chopAt()
1068 dst[1].fW = tmp2[2].fZ / root; in chopAt()
1103 dst->fW = ww[0]; in chopAt()
1120 Sk2s ww(fW); in evalTangentAt()
1148 Sk2s scale = Sk2s(SkScalarInvert(SK_Scalar1 + fW)); in chop()
1149 SkScalar newW = subdivide_w_value(fW); in chop()
1154 Sk2s ww(fW); in chop()
1160 double w_d = fW; in chop()
1172 dst[0].fW = dst[1].fW = newW; in chop()
1180 SkScalar a = fW - 1; \
1313 return conic_find_extrema(&fPts[0].fX, fW, t); in findXExtrema()
1317 return conic_find_extrema(&fPts[0].fY, fW, t); in findYExtrema()