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[]);
37 SkPoint* fCurrPoint;
45 SkPoint fPoints[kMaxPoints];
48 void clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip);
49 void clipMonoCubic(const SkPoint srcPts[4], const SkRect& clip);
50 void appendLine(SkPoint p0, SkPoint p1);
52 void appendQuad(const SkPoint pts[3], bool reverse);
53 void appendCubic(const SkPoint pts[4], bool reverse);
57 void sk_assert_monotonic_x(const SkPoint pts[], int count);
58 void sk_assert_monotonic_y(const SkPoint pts[], int count);