Home
last modified time | relevance | path

Searched refs:nextT (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
H A 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()
H A DSkOpSpan.h519 void setNext(SkOpSpanBase* nextT) { in setNext() argument
521 fNext = nextT; in setNext()
H A DSkOpCoincidence.cpp462 double nextT, oNextT; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
464 nextT = test->t(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
467 nextT = containedThis->fT; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
479 nextT = walk->t(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
483 double startRange = nextT - priorT; in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A 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/fuzz/
H A DFuzz.h90 T nextT();
/third_party/skia/src/core/
H A DSkStroke.cpp1318 SkScalar nextT = index < count ? tValues[index] : 1;
1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT);
1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT);
1324 lastT = nextT;

Completed in 16 milliseconds