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

/external/skia/src/pathops/
H A DSkPathOpsConic.h14 struct SkDConic { struct
36 SkDConic flip() const {
37 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}
48 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight
73 bool hullIntersects(const SkDConic& conic, bool* isLinear) const {
105 SkDConic subDivide(double t1, double t2) const;
107 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) {
108 SkDConic conic;
119 SkDConic conic;
/external/skqp/src/pathops/
H A DSkPathOpsConic.h14 struct SkDConic { struct
36 SkDConic flip() const {
37 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}
48 const SkDConic& set(const SkPoint pts[kPointCount], SkScalar weight
73 bool hullIntersects(const SkDConic& conic, bool* isLinear) const {
105 SkDConic subDivide(double t1, double t2) const;
107 static SkDConic SubDivide(const SkPoint a[kPointCount], SkScalar weight, double t1, double t2) {
108 SkDConic conic;
119 SkDConic conic;

Completed in 80 milliseconds