Home | History | Annotate | Download | only in pathops

Lines Matching full:fend

71             lh->fStart->t(), lh->fEnd->t(),
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
74 rh->fStart->t(), rh->fEnd->t());
91 lh->fStart->t(), lh->fEnd->t(),
92 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
94 rh->fStart->t(), rh->fEnd->t());
182 int lineStart = fStart->t() < fEnd->t() ? 0 : 1;
282 bool stepUp = fStart->t() < fEnd->t();
283 const SkOpSpanBase* checkEnd = fEnd;
309 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head()
310 : checkEnd ? checkEnd->upCast()->next() : fEnd->segment()->tail();
311 if (checkEnd == fEnd || computedEnd == fEnd || computedEnd == fStart) {
319 SkOpSpanBase* saveEnd = fEnd;
320 fComputedEnd = fEnd = computedEnd;
323 fEnd = saveEnd;
507 rayEnd[0].set(this->fEnd->pt());
510 this->fEnd->t());
518 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist);
674 double tEnd = angle->fEnd->t();
684 double lEnd = loop->fEnd->t();
725 return (fStart->t() + fEnd->t()) / 2;
732 const SkPoint& endPt = this->fEnd->pt();
742 int iOutside = iMid.mostOutside(this->fStart->t(), this->fEnd->t(), dStartPt);
750 int oppOutside = oppMid.mostOutside(rh->fStart->t(), rh->fEnd->t(), dStartPt);
831 fComputedEnd = fEnd = end;
896 segment->subDivide(fStart, fEnd, &fCurvePart);
909 SkASSERT(fStart != fEnd);
910 const SkPoint& cP1 = pts[fStart->t() < fEnd->t()];
932 double endT = fEnd->t();
1024 return fStart->starter(fEnd);