Searched defs:dcubic_xy_at_t (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCurve.h120 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], SkScalar , double t) { function
131 dcubic_xy_at_t
171 return dcubic_xy_at_t(a, weight, t).asSkPoint();

Completed in 82 milliseconds