Searched defs:SkDConic (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsConic.h | 26 struct SkDConic { struct 49 SkDConic flip() const { in flip() argument 61 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight in set() argument 86 bool hullIntersects(const SkDConic& conic, bool* isLinear) const { in hullIntersects() argument 92 bool isLinear(int startIndex, int endIndex) const { in isLinear() 96 static int maxIntersections() { return kMaxIntersections; } in maxIntersections() 98 bool monotonicInX() const { in monotonicInX() 122 SkDConic subDivide(double t1, double t2) const; argument 123 void subDivide(double t1, double t2, SkDConic* c) const { *c = this->subDivide(t1, t2); } in subDivide() argument 125 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) { in SubDivide() argument [all …]
|