HomeSort by relevance Sort by last modified time
    Searched refs:to_point (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkGeometry.cpp 120 return to_point(SkQuadCoeff(src).eval(t));
159 dst[0] = to_point(p0);
160 dst[1] = to_point(p01);
161 dst[2] = to_point(interp(p01, p12, tt));
162 dst[3] = to_point(p12);
163 dst[4] = to_point(p2);
283 dst[1] = to_point(s0 + (s1 - s0) * scale);
284 dst[2] = to_point(s2 + (s1 - s2) * scale);
352 *loc = to_point(SkCubicCoeff(src).eval(t));
410 dst[1] = to_point(ab)
    [all...]
SkGeometry.h 18 static inline SkPoint to_point(const Sk2s& x) { function
  /external/skia/src/utils/
SkPatchUtils.cpp 56 fFwDiff[3] = to_point(fwDiff3);
57 fFwDiff[2] = to_point(fwDiff3 + times_2(fCoefs.fB) * h2);
58 fFwDiff[1] = to_point(fCoefs.fA * h3 + fCoefs.fB * h2 + fCoefs.fC * h);
59 fFwDiff[0] = to_point(fCoefs.fD);

Completed in 582 milliseconds