Lines Matching defs:pts
34 SkPoint pts[4]; in is_degenerate() local
246 SkPoint pts[4]; in conservativelyContainsRect() local
333 const SkPoint* pts = fPathRef->points(); in isLine() local
382 const SkPoint* pts = *ptsPtr; in isRectContour() local
478 const SkPoint* pts = fPathRef->points(); in isRect() local
489 const SkPoint* pts = fPathRef->points(); in isRect() local
496 const SkPoint* pts = fPathRef->points(); in isNestedRects() local
680 SkPoint* pts = ed.growForVerb(kQuad_Verb); in quadTo() local
710 SkPoint* pts = ed.growForVerb(kConic_Verb, w); in conicTo() local
733 SkPoint* pts = ed.growForVerb(kCubic_Verb); in cubicTo() local
817 void SkPath::addPoly(const SkPoint pts[], int count, bool close) { in addPoly()
1289 SkPoint pts[kSkBuildQuadArcStorage]; in arcTo() local
1315 SkPoint pts[kSkBuildQuadArcStorage]; in addArc() local
1388 SkPoint pts[kSkBuildQuadArcStorage]; in arcTo() local
1417 SkPoint pts[4]; in addPath() local
1481 const SkPoint* pts = path.fPathRef->points(); in reversePathTo() local
1521 const SkPoint* pts = src.fPathRef->pointsEnd(); in reverseAddPath() local
1617 SkPoint pts[4]; in transform() local
1879 SkPoint* SK_RESTRICT pts = ptsParam; in doNext() local
2090 static void append_params(SkString* str, const char label[], const SkPoint pts[], in append_params()
2113 SkPoint pts[4]; in dump() local
2306 SkPoint pts[4]; in internalGetConvexity() local
2363 const SkPoint* pts() const { return fCurrPt; } in pts() function in ContourIter
2454 static int find_max_y(const SkPoint pts[], int count) { in find_max_y()
2468 static int find_diff_pt(const SkPoint pts[], int index, int n, int inc) { in find_diff_pt()
2486 static int find_min_max_x_at_y(const SkPoint pts[], int index, int n, in find_min_max_x_at_y()
2548 const SkPoint* pts = iter.pts(); in cheapComputeDirection() local
2662 template <size_t N> static void find_minmax(const SkPoint pts[], in find_minmax()
2674 static int winding_mono_cubic(const SkPoint pts[], SkScalar x, SkScalar y) { in winding_mono_cubic()
2707 static int winding_cubic(const SkPoint pts[], SkScalar x, SkScalar y) { in winding_cubic()
2717 static int winding_mono_quad(const SkPoint pts[], SkScalar x, SkScalar y) { in winding_mono_quad()
2771 static int winding_quad(const SkPoint pts[], SkScalar x, SkScalar y) { in winding_quad()
2786 static int winding_line(const SkPoint pts[], SkScalar x, SkScalar y) { in winding_line()
2830 SkPoint pts[4]; in contains() local