Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsCubic.h17 struct SkDCubic { struct
18 static const int kPointCount = 4;
19 static const int kPointLast = kPointCount - 1;
20 static const int kMaxIntersections = 9;
22 enum SearchAxis {
49 SkDCubicPair chopAt(double t) const; argument
69 SkDCubic cubic; in FindInflections() argument
79 bool hullIntersects(const SkDCubic& c2, bool* isLinear) const; argument
84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()
110 const SkDCubic& set(const SkPoint pts[kPointCount] in set() argument
[all …]