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