Home
last modified time | relevance | path

Searched refs:fCoefs (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/utils/
DSkPatchUtils.cpp77 : fCoefs(points) { in FwDCubicEvaluator()
93 Sk2s fwDiff3 = Sk2s(6) * fCoefs.fA * h3; in restart()
95 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2); in restart()
96 fFwDiff[1] = to_point(fCoefs.fA * h3 + fCoefs.fB * h2 + fCoefs.fC * h); in restart()
97 fFwDiff[0] = to_point(fCoefs.fD); in restart()
124 SkCubicCoeff fCoefs; member in FwDCubicEvaluator