Lines Matching defs:pts
51 static int ComplexBreak(const SkPoint pts[4], SkScalar* t);
58 void debugSet(const SkDPoint* pts);
82 bool hullIntersects(const SkDPoint* pts, int ptCount, bool* isLinear) const;
110 const SkDCubic& set(const SkPoint pts[kPointCount]
112 fPts[0] = pts[0];
113 fPts[1] = pts[1];
114 fPts[2] = pts[2];
115 fPts[3] = pts[3];
130 static void SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double t1,
133 cubic.set(pts).subDivide(a, d, t1, t2, p);
166 result.debugSet(&pts[0]);
169 return (const SkDCubic&) pts[0];
175 result.debugSet(&pts[3]);
178 return (const SkDCubic&) pts[3];
181 SkDPoint pts[7];