Lines Matching refs:fEnd
77 lh->fStart->t(), lh->fEnd->t(), in after()
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
80 rh->fStart->t(), rh->fEnd->t()); in after()
97 lh->fStart->t(), lh->fEnd->t(), in after()
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
100 rh->fStart->t(), rh->fEnd->t()); in after()
280 if (!fEnd->contains(rh->fEnd)) { in checkParallel()
314 bool stepUp = fStart->t() < fEnd->t(); in computeSector()
315 SkOpSpanBase* checkEnd = fEnd; in computeSector()
341 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head() in computeSector()
342 : checkEnd ? checkEnd->upCast()->next() : fEnd->segment()->tail(); in computeSector()
343 if (checkEnd == fEnd || computedEnd == fEnd || computedEnd == fStart) { in computeSector()
351 SkOpSpanBase* saveEnd = fEnd; in computeSector()
352 fComputedEnd = fEnd = computedEnd; in computeSector()
355 fEnd = saveEnd; in computeSector()
433 if (this->fEnd->contains(rh->fEnd)) { in endsIntersect()
539 rayEnd[0].set(this->fEnd->pt()); in endToSide()
542 this->fEnd->t()); in endToSide()
550 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide()
702 double tEnd = angle->fEnd->t(); in loopContains()
712 double lEnd = loop->fEnd->t(); in loopContains()
753 return (fStart->t() + fEnd->t()) / 2; in midT()
760 const SkPoint& endPt = this->fEnd->pt(); in midToSide()
770 int iOutside = iMid.mostOutside(this->fStart->t(), this->fEnd->t(), dStartPt); in midToSide()
778 int oppOutside = oppMid.mostOutside(rh->fStart->t(), rh->fEnd->t(), dStartPt); in midToSide()
858 fComputedEnd = fEnd = end; in set()
880 segment->subDivide(fStart, fEnd, &fPart.fCurve); // set at least the line part if not more in setSpans()
895 SkASSERT(fStart != fEnd); in setSpans()
896 const SkPoint& cP1 = pts[fStart->t() < fEnd->t()]; in setSpans()
917 double endT = fEnd->t(); in setSpans()
1009 return fStart->starter(fEnd); in starter()