Searched defs:SkDConic (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsConic.h14 struct SkDConic { struct
34 SkDConic flip() const {
35 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}}, fWeight};
41 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight) {
65 bool hullIntersects(const SkDConic& conic, bool* isLinear) const {
97 SkDConic subDivide(double t1, double t2) const;
99 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) {
100 SkDConic conic;
111 SkDConic conic;

Completed in 116 milliseconds