HomeSort by relevance Sort by last modified time
    Searched defs:dcubic_xy_at_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCurve.h 27 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], double t) { function
37 dcubic_xy_at_t
49 return dcubic_xy_at_t(a, t).asSkPoint();
  /external/skia/src/pathops/
SkPathOpsCurve.h 27 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], double t) { function
37 dcubic_xy_at_t
49 return dcubic_xy_at_t(a, t).asSkPoint();

Completed in 232 milliseconds