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()
357 if (!fEnd->contains(rh->fEnd)) { in checkParallel()
391 bool stepUp = fStart->t() < fEnd->t(); in computeSector()
392 SkOpSpanBase* checkEnd = fEnd; in computeSector()
418 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head() in computeSector()
419 : checkEnd ? checkEnd->upCast()->next() : fEnd->segment()->tail(); in computeSector()
420 if (checkEnd == fEnd || computedEnd == fEnd || computedEnd == fStart) { in computeSector()
428 SkOpSpanBase* saveEnd = fEnd; in computeSector()
429 fComputedEnd = fEnd = computedEnd; in computeSector()
432 fEnd = saveEnd; in computeSector()
510 if (this->fEnd->contains(rh->fEnd)) { in endsIntersect()
641 rayEnd[0].set(this->fEnd->pt()); in endToSide()
644 this->fEnd->t()); in endToSide()
652 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide()
804 double tEnd = angle->fEnd->t(); in loopContains()
814 double lEnd = loop->fEnd->t(); in loopContains()
855 return (fStart->t() + fEnd->t()) / 2; in midT()
862 const SkPoint& endPt = this->fEnd->pt(); in midToSide()
872 int iOutside = iMid.mostOutside(this->fStart->t(), this->fEnd->t(), dStartPt); in midToSide()
880 int oppOutside = oppMid.mostOutside(rh->fStart->t(), rh->fEnd->t(), dStartPt); in midToSide()
960 fComputedEnd = fEnd = end; in set()
982 segment->subDivide(fStart, fEnd, &fPart.fCurve); // set at least the line part if not more in setSpans()
997 SkASSERT(fStart != fEnd); in setSpans()
998 const SkPoint& cP1 = pts[fStart->t() < fEnd->t()]; in setSpans()
1019 double endT = fEnd->t(); in setSpans()
1111 return fStart->starter(fEnd); in starter()