Searched refs:nextT (Results 1 – 6 of 6) sorted by relevance
55 double nextT = t + lastStep; in binarySearch() local56 if (nextT > max) { in binarySearch()59 SkDPoint morePt = ptAtT(nextT); in binarySearch()68 t = nextT; in binarySearch()
519 void setNext(SkOpSpanBase* nextT) { in setNext() argument521 fNext = nextT; in setNext()
462 double nextT, oNextT; in addExpanded() local464 nextT = test->t(); in addExpanded()467 nextT = containedThis->fT; in addExpanded()479 nextT = walk->t(); in addExpanded()483 double startRange = nextT - priorT; in addExpanded()
1641 double nextT, oNextT; in debugAddExpanded() local1643 nextT = test->t(); in debugAddExpanded()1646 nextT = containedThis->fT; in debugAddExpanded()1658 nextT = walk->t(); in debugAddExpanded()1662 double startRange = nextT - priorT; in debugAddExpanded()
90 T nextT();
1318 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo()1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo()1324 lastT = nextT; in cubicTo()