Home
last modified time | relevance | path

Searched refs:nextT (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp119 SkMSec nextT = nextTime[0].fTime; in timeToT() local
124 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
/third_party/flutter/skia/fuzz/
DFuzz.h84 T nextT();
/third_party/skia/fuzz/
DFuzz.h90 T nextT();
/third_party/flutter/skia/src/pathops/
DSkPathOpsCubic.cpp54 double nextT = t + lastStep; in binarySearch() local
55 if (nextT > max) { in binarySearch()
58 SkDPoint morePt = ptAtT(nextT); in binarySearch()
67 t = nextT; in binarySearch()
DSkOpSpan.h519 void setNext(SkOpSpanBase* nextT) { in setNext() argument
521 fNext = nextT; in setNext()
DSkOpCoincidence.cpp462 double nextT, oNextT; in addExpanded() local
464 nextT = test->t(); in addExpanded()
467 nextT = containedThis->fT; in addExpanded()
479 nextT = walk->t(); in addExpanded()
483 double startRange = nextT - priorT; in addExpanded()
DSkPathOpsDebug.cpp1663 double nextT, oNextT; in debugAddExpanded() local
1665 nextT = test->t(); in debugAddExpanded()
1668 nextT = containedThis->fT; in debugAddExpanded()
1680 nextT = walk->t(); in debugAddExpanded()
1684 double startRange = nextT - priorT; in debugAddExpanded()
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp55 double nextT = t + lastStep; in binarySearch() local
56 if (nextT > max) { in binarySearch()
59 SkDPoint morePt = ptAtT(nextT); in binarySearch()
68 t = nextT; in binarySearch()
DSkOpSpan.h519 void setNext(SkOpSpanBase* nextT) { in setNext() argument
521 fNext = nextT; in setNext()
DSkOpCoincidence.cpp462 double nextT, oNextT; in addExpanded() local
464 nextT = test->t(); in addExpanded()
467 nextT = containedThis->fT; in addExpanded()
479 nextT = walk->t(); in addExpanded()
483 double startRange = nextT - priorT; in addExpanded()
DSkPathOpsDebug.cpp1641 double nextT, oNextT; in debugAddExpanded() local
1643 nextT = test->t(); in debugAddExpanded()
1646 nextT = containedThis->fT; in debugAddExpanded()
1658 nextT = walk->t(); in debugAddExpanded()
1662 double startRange = nextT - priorT; in debugAddExpanded()
/third_party/skia/src/core/
DSkStroke.cpp1318 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local
1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1324 lastT = nextT; in cubicTo()
/third_party/flutter/skia/src/core/
DSkStroke.cpp1278 SkScalar nextT = index < count ? tValues[index] : 1; in cubicTo() local
1280 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1282 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo()
1284 lastT = nextT; in cubicTo()