Searched defs:SkDCubic (Results 1 – 1 of 1) sorted by relevance
17 struct SkDCubic { struct18 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; argument69 SkDCubic cubic; in FindInflections() argument79 bool hullIntersects(const SkDCubic& c2, bool* isLinear) const; argument84 static int maxIntersections() { return kMaxIntersections; } in maxIntersections()110 const SkDCubic& set(const SkPoint pts[kPointCount] in set() argument[all …]