Lines Matching refs:end
129 // return false if start and end are too close to have a unique middle
130 bool init(SkScalar start, SkScalar end) {
132 fMidT = (start + end) * SK_ScalarHalf;
133 fEndT = end;
352 } else { // add caps to start and end
353 // cap the end
655 // Now loop over the t-values, and reject any that evaluate to either end-point
727 can have square and round end caps. */
765 can have square and round end caps. */
825 // Given a conic and a t range, find the start and end if they haven't been found already.
871 // Given a cubic and a t range, find the start and end if they haven't been found already.
910 const SkPoint& end = quadPts->fQuad[2];
912 SkVector bLen = quadPts->fTangentEnd - end;
925 SkVector ab0 = start - end;
931 SkScalar dist1 = pt_to_line(start, end, quadPts->fTangentEnd);
932 SkScalar dist2 = pt_to_line(end, start, quadPts->fTangentStart);
1286 can have square and round end caps. */
1483 can have square and round end caps. */
1490 zero-length line. Lines without length can have square & round end caps. */