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

/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp20 SkFixed nextT();
107 SkFixed TwoPtRadialContext::nextT() { function in class:TwoPtRadialContext
142 SkFixed t = rec->nextT();
159 SkFixed t = rec->nextT();
176 SkFixed t = rec->nextT();
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyFindTop_Test.cpp64 double nextT = topSegment->t(index);
65 if (nextT == firstT) {
H A DEdgeWalker.cpp1053 double nextT = intercepts.fTs[tIndex];
1055 ? QuadYAtT(pts, nextT) : CubicYAtT(pts, nextT);
1580 fTBelow = nextT();
1775 double nextT() const { function in class:OutEdgeBuilder
2486 double nextT; local
2489 nextT = activePtr->nextT();
2491 // !currentT && currentT != 1 || !nextT && nextT !
[all...]
H A DSimplify.cpp1480 double nextT;
1482 nextT = fTs[++tIndex].fT;
1483 } while (nextT < 1 && approximately_negative(nextT - tStart));
1491 // if nextT == 1, no following span
1507 if (nextT < 1 && fTs[tIndex].fWindValue) {
1561 double nextT;
1563 nextT = fTs[++tIndex].fT;
1564 } while (approximately_negative(nextT - tStart));
1565 tStart = nextT;
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkInterpolator.cpp118 SkMSec nextT = nextTime[0].fTime;
123 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend);
/external/skia/experimental/Intersection/
H A DSimplifyFindTop_Test.cpp64 double nextT = topSegment->t(index);
65 if (nextT == firstT) {
H A DEdgeWalker.cpp1053 double nextT = intercepts.fTs[tIndex];
1055 ? QuadYAtT(pts, nextT) : CubicYAtT(pts, nextT);
1580 fTBelow = nextT();
1775 double nextT() const { function in class:OutEdgeBuilder
2486 double nextT; local
2489 nextT = activePtr->nextT();
2491 // !currentT && currentT != 1 || !nextT && nextT !
[all...]
H A DSimplify.cpp1480 double nextT;
1482 nextT = fTs[++tIndex].fT;
1483 } while (nextT < 1 && approximately_negative(nextT - tStart));
1491 // if nextT == 1, no following span
1507 if (nextT < 1 && fTs[tIndex].fWindValue) {
1561 double nextT;
1563 nextT = fTs[++tIndex].fT;
1564 } while (approximately_negative(nextT - tStart));
1565 tStart = nextT;
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.cpp20 SkFixed nextT();
107 SkFixed TwoPtRadialContext::nextT() { function in class:TwoPtRadialContext
142 SkFixed t = rec->nextT();
159 SkFixed t = rec->nextT();
176 SkFixed t = rec->nextT();
/external/skia/src/utils/
H A DSkInterpolator.cpp118 SkMSec nextT = nextTime[0].fTime;
123 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp43 double nextT = t + lastStep; local
44 SkASSERT(nextT <= max);
45 SkDPoint morePt = ptAtT(nextT);
54 t = nextT;
H A DSkOpSegment.cpp231 double nextT = fTs[tIndex].fT; local
241 // if nextT == 1, no following span
257 if (nextT < 1 && fTs[tIndex].fWindValue) {
2578 double nextT = nextSpan->fT;
2579 if (thisT == nextT) {
2582 SkASSERT(thisT < nextT);
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp43 double nextT = t + lastStep; local
44 SkASSERT(nextT <= max);
45 SkDPoint morePt = ptAtT(nextT);
54 t = nextT;
H A DSkOpSegment.cpp231 double nextT = fTs[tIndex].fT; local
241 // if nextT == 1, no following span
257 if (nextT < 1 && fTs[tIndex].fWindValue) {
2502 double nextT = nextSpan->fT;
2503 if (thisT == nextT) {
2506 SkASSERT(thisT < nextT);

Completed in 248 milliseconds