Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsCubic.h29 struct SkDCubic { struct
30 static const int kPointCount = 4;
31 static const int kPointLast = kPointCount - 1;
32 static const int kMaxIntersections = 9;
34 enum SearchAxis {
61 SkDCubicPair chopAt(double t) const; argument
81 SkDCubic cubic; in FindInflections() argument
91 bool hullIntersects(const SkDCubic& c2, bool* isLinear) const; argument
96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
122 const SkDCubic& set(const SkPoint pts[kPointCount] in set() argument
[all …]