Searched refs:fFwDiff (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp82 fFwDiff[0] = fCoefs[3];
86 fFwDiff[3].set(6.f * fCoefs[0].x() * h3, 6.f * fCoefs[0].y() * h3); //6ah^3
87 fFwDiff[2].set(fFwDiff[3].x() + 2.f * fCoefs[1].x() * h2, //6ah^3 + 2bh^2
88 fFwDiff[3].y() + 2.f * fCoefs[1].y() * h2);
89 fFwDiff[1].set(fCoefs[0].x() * h3 + fCoefs[1].x() * h2 + fCoefs[2].x() * h,//ah^3 + bh^2 +ch
104 SkPoint point = fFwDiff[0];
105 fFwDiff[0] += fFwDiff[1];
106 fFwDiff[
118 SkPoint fFwDiff[4], fCoefs[4], fPoints[4]; member in class:FwDCubicEvaluator
[all...]

Completed in 152 milliseconds