Lines Matching refs:SkPoint
21 bool clipLine(SkPoint p0, SkPoint p1, const SkRect& clip);
22 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
23 bool clipCubic(const SkPoint pts[4], const SkRect& clip);
25 SkPath::Verb next(SkPoint pts[]);
30 SkPoint* fCurrPoint;
38 SkPoint fPoints[kMaxPoints];
41 void clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip);
42 void clipMonoCubic(const SkPoint srcPts[4], const SkRect& clip);
43 void appendLine(SkPoint p0, SkPoint p1);
45 void appendQuad(const SkPoint pts[3], bool reverse);
46 void appendCubic(const SkPoint pts[4], bool reverse);
50 void sk_assert_monotonic_x(const SkPoint pts[], int count);
51 void sk_assert_monotonic_y(const SkPoint pts[], int count);