Searched refs:dcubic_xy_at_t (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/pathops/ |
D | SkPathOpsCurve.h | 120 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], SkScalar , double t) { in dcubic_xy_at_t() function 131 dcubic_xy_at_t 171 return dcubic_xy_at_t(a, weight, t).asSkPoint(); in fcubic_xy_at_t()
|
D | SkOpAngle.cpp | 1044 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.h | 120 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], SkScalar , double t) { in dcubic_xy_at_t() function 131 dcubic_xy_at_t 171 return dcubic_xy_at_t(a, weight, t).asSkPoint(); in fcubic_xy_at_t()
|
D | SkOpAngle.cpp | 1044 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()
|