Home | History | Annotate | Download | only in pathops

Lines Matching refs:fStart

78         fID, fSegment->debugID(), fSegment->t(fStart), fSegment->t(fEnd),
79 rh.fID, rh.fSegment->debugID(), rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
256 if (fStart < fEnd ? ++newEnd < fSegment->count() : --newEnd >= 0) {
266 fStart = start;
277 int smaller = SkMin32(fStart, fEnd);
285 int larger = SkMax32(fStart, fEnd);
295 fComputed = fSegment->subDivide(fStart, fEnd, &fCurvePart);
312 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
327 double startT = fSegment->t(fStart);
363 fSegment->subDivide(fStart < fEnd ? 0 : last, fStart < fEnd ? last : 0, &origCurve);
377 splitTan.cubicEndPoints(fStart < fEnd ? split.second() : split.first());
395 SkASSERT(fStart != fEnd);
396 int step = fStartfStart - fEnd >> 31 type macro?
397 for (int index = fStart; index != fEnd; index += step) {
423 SkPoint iPt = fSegment->xyAtT(fStart);
426 fStart, iPt.fX, iPt.fY, fEnd, ePt.fX, ePt.fY);