Lines Matching refs:SkDPoint
34 void debugSet(const SkDPoint* pts, SkScalar weight);
55 const SkDPoint& operator[](int n) const { return fPts[n]; }
56 SkDPoint& operator[](int n) { return fPts[n]; }
62 void align(int endIndex, SkDPoint* dstPt) const { in align()
93 void otherPts(int oddMan, const SkDPoint* endPt[2]) const { in otherPts()
99 SkDPoint ptAtT(double t) const;
118 SkDPoint subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2,
121 static SkDPoint SubDivide(const SkPoint pts[kPointCount], SkScalar weight, in SubDivide()
122 const SkDPoint& a, const SkDPoint& c, in SubDivide()
148 const SkDPoint& operator[](int n) const override { return fConic[n]; }
149 SkDPoint& operator[](int n) override { return fConic[n]; }
179 void otherPts(int oddMan, const SkDPoint* endPt[2]) const override { in otherPts()
185 SkDPoint ptAtT(double t) const override { return fConic.ptAtT(t); } in ptAtT()