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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCurve.h 26 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], double t) { function
36 dcubic_xy_at_t
48 return dcubic_xy_at_t(a, t).asSkPoint();
SkOpAngle.cpp 356 SkDPoint pt = dcubic_xy_at_t(pts, testT);
SkOpSegment.cpp 483 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
525 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
    [all...]
  /external/skia/src/pathops/
SkPathOpsCurve.h 26 static SkDPoint dcubic_xy_at_t(const SkPoint a[4], double t) { function
36 dcubic_xy_at_t
48 return dcubic_xy_at_t(a, t).asSkPoint();
SkOpAngle.cpp 356 SkDPoint pt = dcubic_xy_at_t(pts, testT);
SkOpSegment.cpp 483 SkDPoint midPt = dcubic_xy_at_t(fPts, tMid);
525 SkDPoint midEndPt = dcubic_xy_at_t(fPts, tMid);
    [all...]

Completed in 598 milliseconds