/external/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient.cpp | 20 SkFixed nextT(); 107 SkFixed TwoPtRadialContext::nextT() { in nextT() function in TwoPtRadialContext 142 SkFixed t = rec->nextT(); in twopoint_clamp() 159 SkFixed t = rec->nextT(); in twopoint_repeat() 176 SkFixed t = rec->nextT(); in twopoint_mirror()
|
/external/chromium_org/third_party/skia/src/effects/gradients/ |
D | SkTwoPointConicalGradient.cpp | 20 SkFixed nextT(); 107 SkFixed TwoPtRadialContext::nextT() { in nextT() function in TwoPtRadialContext 142 SkFixed t = rec->nextT(); in twopoint_clamp() 159 SkFixed t = rec->nextT(); in twopoint_repeat() 176 SkFixed t = rec->nextT(); in twopoint_mirror()
|
/external/skia/experimental/Intersection/ |
D | SimplifyFindTop_Test.cpp | 64 double nextT = topSegment->t(index); in test() local 65 if (nextT == firstT) { in test()
|
D | EdgeWalker.cpp | 1053 double nextT = intercepts.fTs[tIndex]; in splitInflectionPts() local 1055 ? QuadYAtT(pts, nextT) : CubicYAtT(pts, nextT); in splitInflectionPts() 1580 fTBelow = nextT(); in fixBelow() 1775 double nextT() const { in nextT() function in ActiveEdge 2486 double nextT; in stitchEdge() local 2489 nextT = activePtr->nextT(); in stitchEdge() 2492 if (currentT * nextT != 0 || currentT + nextT != 1) { in stitchEdge() 2497 LineSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() 2500 QuadSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() 2503 CubicSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() [all …]
|
D | Simplify.cpp | 1480 double nextT; in addCancelOutsides() local 1482 nextT = fTs[++tIndex].fT; in addCancelOutsides() 1483 } while (nextT < 1 && approximately_negative(nextT - tStart)); in addCancelOutsides() 1507 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 1561 double nextT; in addCoinOutsides() local 1563 nextT = fTs[++tIndex].fT; in addCoinOutsides() 1564 } while (approximately_negative(nextT - tStart)); in addCoinOutsides() 1565 tStart = nextT; in addCoinOutsides() 1568 nextT = other.fTs[++oIndex].fT; in addCoinOutsides() 1569 } while (approximately_negative(nextT - oStart)); in addCoinOutsides() [all …]
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | SimplifyFindTop_Test.cpp | 64 double nextT = topSegment->t(index); in test() local 65 if (nextT == firstT) { in test()
|
D | EdgeWalker.cpp | 1053 double nextT = intercepts.fTs[tIndex]; in splitInflectionPts() local 1055 ? QuadYAtT(pts, nextT) : CubicYAtT(pts, nextT); in splitInflectionPts() 1580 fTBelow = nextT(); in fixBelow() 1775 double nextT() const { in nextT() function in ActiveEdge 2486 double nextT; in stitchEdge() local 2489 nextT = activePtr->nextT(); in stitchEdge() 2492 if (currentT * nextT != 0 || currentT + nextT != 1) { in stitchEdge() 2497 LineSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() 2500 QuadSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() 2503 CubicSubDivide(points, currentT, nextT, clippedPts); in stitchEdge() [all …]
|
D | Simplify.cpp | 1480 double nextT; in addCancelOutsides() local 1482 nextT = fTs[++tIndex].fT; in addCancelOutsides() 1483 } while (nextT < 1 && approximately_negative(nextT - tStart)); in addCancelOutsides() 1507 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 1561 double nextT; in addCoinOutsides() local 1563 nextT = fTs[++tIndex].fT; in addCoinOutsides() 1564 } while (approximately_negative(nextT - tStart)); in addCoinOutsides() 1565 tStart = nextT; in addCoinOutsides() 1568 nextT = other.fTs[++oIndex].fT; in addCoinOutsides() 1569 } while (approximately_negative(nextT - oStart)); in addCoinOutsides() [all …]
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkInterpolator.cpp | 118 SkMSec nextT = nextTime[0].fTime; in timeToT() local 123 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 118 SkMSec nextT = nextTime[0].fTime; in timeToT() local 123 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 43 double nextT = t + lastStep; in binarySearch() local 44 SkASSERT(nextT <= max); in binarySearch() 45 SkDPoint morePt = ptAtT(nextT); in binarySearch() 54 t = nextT; in binarySearch()
|
D | SkOpSegment.cpp | 231 double nextT = fTs[tIndex].fT; in addCancelOutsides() local 257 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 2502 double nextT = nextSpan->fT; in checkTiny() local 2503 if (thisT == nextT) { in checkTiny() 2506 SkASSERT(thisT < nextT); in checkTiny()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 43 double nextT = t + lastStep; in binarySearch() local 44 SkASSERT(nextT <= max); in binarySearch() 45 SkDPoint morePt = ptAtT(nextT); in binarySearch() 54 t = nextT; in binarySearch()
|
D | SkOpSegment.cpp | 231 double nextT = fTs[tIndex].fT; in addCancelOutsides() local 257 if (nextT < 1 && fTs[tIndex].fWindValue) { in addCancelOutsides() 2578 double nextT = nextSpan->fT; in checkTiny() local 2579 if (thisT == nextT) { in checkTiny() 2582 SkASSERT(thisT < nextT); in checkTiny()
|