Searched refs:fCoefs (Results 1 – 1 of 1) sorted by relevance
39 : fCoefs(points) { in FwDCubicEvaluator()55 Sk2s fwDiff3 = Sk2s(6) * fCoefs.fA * h3; in restart()57 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()58 fFwDiff[1] = to_point(fCoefs.fA * h3 + fCoefs.fB * h2 + fCoefs.fC * h); in restart()59 fFwDiff[0] = to_point(fCoefs.fD); in restart()86 SkCubicCoeff fCoefs; member in FwDCubicEvaluator