Lines Matching refs:SkPoint
187 static bool IsLineDegenerate(const SkPoint& p1, const SkPoint& p2) { in IsLineDegenerate()
195 static bool IsQuadDegenerate(const SkPoint& p1, const SkPoint& p2, in IsQuadDegenerate()
196 const SkPoint& p3) { in IsQuadDegenerate()
205 static bool IsCubicDegenerate(const SkPoint& p1, const SkPoint& p2, in IsCubicDegenerate()
206 const SkPoint& p3, const SkPoint& p4) { in IsCubicDegenerate()
232 SkPoint getPoint(int index) const;
240 int getPoints(SkPoint points[], int max) const;
288 void moveTo(const SkPoint& p) { in moveTo()
318 void lineTo(const SkPoint& p) { in lineTo()
351 void quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo()
392 void cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo()
440 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { in arcTo()
606 bool getLastPt(SkPoint* lastPt) const;
621 void setLastPt(const SkPoint& p) { in setLastPt()
669 Verb next(SkPoint pts[4]);
687 const SkPoint* fPts;
690 SkPoint fMoveTo;
691 SkPoint fLastPt;
697 bool cons_moveTo(SkPoint pts[1]);
698 Verb autoClose(SkPoint pts[2]);
717 Verb next(SkPoint pts[4]);
720 const SkPoint* fPts;
723 SkPoint fMoveTo;
724 SkPoint fLastPt;
742 SkTDArray<SkPoint> fPts;