Lines Matching refs:SkPoint
26 bool clipLine(SkPoint p0, SkPoint p1, const SkRect& clip);
27 bool clipQuad(const SkPoint pts[3], const SkRect& clip);
28 bool clipCubic(const SkPoint pts[4], const SkRect& clip);
30 SkPath::Verb next(SkPoint pts[]);
42 SkPoint* fCurrPoint;
50 SkPoint fPoints[kMaxPoints];
53 void clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip);
54 void clipMonoCubic(const SkPoint srcPts[4], const SkRect& clip);
55 void appendLine(SkPoint p0, SkPoint p1);
57 void appendQuad(const SkPoint pts[3], bool reverse);
58 void appendCubic(const SkPoint pts[4], bool reverse);
62 void sk_assert_monotonic_x(const SkPoint pts[], int count);
63 void sk_assert_monotonic_y(const SkPoint pts[], int count);