Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCurve.h104 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], SkScalar , double t) { in dcubic_xy_at_t() function
115 dcubic_xy_at_t
131 return dcubic_xy_at_t(a, weight, t).asSkPoint(); in fcubic_xy_at_t()
DSkOpAngle.cpp957 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()