Lines Matching refs:pts
488 const SkPoint* pts = segment.pts();
495 v.set(pts[idx2] - pts[idx1]);
523 (*CurveIntersectRay[cVerb])(segment.pts(), segment.weight(), rays[index], &i);
643 SkDVector slopeAtEnd = (*CurveDSlopeAtT[verb])(segment->pts(), segment->weight(),
650 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd);
871 (*CurveIntersectRay[verb])(segment->pts(), segment->weight(), rayMid, &iMid);
879 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayMid, &oppMid);
977 const SkPoint* pts = segment->pts();
998 const SkPoint& cP1 = pts[fStart->t() < fEnd->t()];
1017 int testCount = SkDCubic::FindInflections(pts, testTs);
1044 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT);