Searched defs:nextT (Results 1 - 8 of 8) sorted by relevance

/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/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/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 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);
H A DSkPathOpsCubic.cpp43 double nextT = t + lastStep; local
44 SkASSERT(nextT <= max);
45 SkDPoint morePt = ptAtT(nextT);
54 t = nextT;
/external/chromium_org/third_party/skia/experimental/Intersection/
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...]
/external/skia/experimental/Intersection/
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...]

Completed in 357 milliseconds