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

/external/skia/src/pathops/
H A DSkPathOpsCubic.h16 struct SkDCubic { struct
68 SkDCubic cubic;
78 bool hullIntersects(const SkDCubic& c2, bool* isLinear) const;
106 const SkDCubic& set(const SkPoint pts[kPointCount]
116 SkDCubic subDivide(double t1, double t2) const;
118 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) {
119 SkDCubic cubic;
127 SkDCubic cubic;
131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
158 const SkDCubic firs
[all...]

Completed in 111 milliseconds