Searched refs:fCoefs (Results 1 – 1 of 1) sorted by relevance
73 : fCoefs(points) { in FwDCubicEvaluator()89 Sk2s fwDiff3 = Sk2s(6) * fCoefs.fA * h3; in restart()91 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()92 fFwDiff[1] = to_point(fCoefs.fA * h3 + fCoefs.fB * h2 + fCoefs.fC * h); in restart()93 fFwDiff[0] = to_point(fCoefs.fD); in restart()120 SkCubicCoeff fCoefs; member in FwDCubicEvaluator