• Home
  • Raw
  • Download

Lines Matching refs:fEnd

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