Searched refs:fOtherT (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 323 if (oSpan.fT == fTs[ttIndex].fOtherT) { in addCoinOutsides() 447 span.fOtherT = otherT; in addOtherT() 596 span->fOtherT = -1; in addT() 885 SkASSERT(span->fOtherT == 1); in addSimpleAngle() 894 SkASSERT(span->fOtherT == 0); in addSimpleAngle() 947 if (zero_or_one(span.fOtherT) || zero_or_one(oSpan.fT) in alignMultiples() 948 || zero_or_one(span2.fOtherT) || zero_or_one(oSpan2.fT)) { in alignMultiples() 951 if (!way_roughly_equal(span.fOtherT, oSpan.fT) in alignMultiples() 952 || !way_roughly_equal(span2.fOtherT, oSpan2.fT) in alignMultiples() 953 || !way_roughly_equal(span2.fOtherT, oSpan.fOtherT) in alignMultiples() [all …]
|
D | SkOpSpan.h | 18 double fOtherT; // value at fOther[fOtherIndex].fT member
|
D | SkPathOpsDebug.cpp | 307 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) { in debugAddTPair() 428 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex); in debugShowActiveSpans() 531 SK_ALWAYSBREAK(otherSpan.fOtherT == t); in debugValidate()
|
D | SkOpSegment.h | 390 double fOtherT; member
|
D | SkOpAngle.cpp | 309 if (!approximately_equal(oSpan.fOtherT, span.fT)) { in computeSector()
|
/external/skia/src/pathops/ |
D | SkOpSegment.cpp | 322 if (oSpan.fT == fTs[ttIndex].fOtherT) { in addCoinOutsides() 443 span.fOtherT = otherT; in addOtherT() 592 span->fOtherT = -1; in addT() 853 SkASSERT(span->fOtherT == 1); in addSimpleAngle() 861 SkASSERT(span->fOtherT == 0); in addSimpleAngle() 914 if (zero_or_one(span.fOtherT) || zero_or_one(oSpan.fT) in alignMultiples() 915 || zero_or_one(span2.fOtherT) || zero_or_one(oSpan2.fT)) { in alignMultiples() 918 if (!way_roughly_equal(span.fOtherT, oSpan.fT) in alignMultiples() 919 || !way_roughly_equal(span2.fOtherT, oSpan2.fT) in alignMultiples() 920 || !way_roughly_equal(span2.fOtherT, oSpan.fOtherT) in alignMultiples() [all …]
|
D | SkOpSpan.h | 18 double fOtherT; // value at fOther[fOtherIndex].fT member
|
D | SkPathOpsDebug.cpp | 306 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) { in debugAddTPair() 427 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex); in debugShowActiveSpans() 530 SK_ALWAYSBREAK(otherSpan.fOtherT == t); in debugValidate()
|
D | SkOpSegment.h | 388 double fOtherT; member
|
D | SkOpAngle.cpp | 312 if (!approximately_equal(oSpan.fOtherT, span.fT)) { in computeSector()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 506 if (otherTestT < fOtherT) { in debugToSegment() 509 SkASSERT(otherTestT == fOtherT); in debugToSegment() 532 DebugDumpDouble(fOtherT); in dumpOne()
|
/external/skia/experimental/Intersection/ |
D | thingsToDo.txt | 407 && span.fOtherT > 1 - FLT_EPSILON : span.fT > 1 - FLT_EPSILON 408 && span.fOtherT < FLT_EPSILON); 410 && span.fOtherT < FLT_EPSILON : fabs(span.fT - end->fT) < FLT_EPSILON 411 && span.fOtherT > 1 - FLT_EPSILON);
|
D | Simplify.cpp | 659 double fOtherT; // value at fOther[fOtherIndex].fT member 1657 span.fOtherT = otherT; in addOtherT() 2030 && approximately_equal(span.fOtherT, otherT)) { in addTPair() 2827 if (moSpan.fOtherT == match->fT) { in findTooCloseToCall() 2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) { in findTooCloseToCall() 2859 if (toSpan.fOtherT == test->fT) { in findTooCloseToCall() 2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) { in findTooCloseToCall() 2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) { in findTooCloseToCall() 3004 double oT = iSpan.fOtherT; in fixOtherTIndex() 3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) { in fixOtherTIndex() [all …]
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | thingsToDo.txt | 407 && span.fOtherT > 1 - FLT_EPSILON : span.fT > 1 - FLT_EPSILON 408 && span.fOtherT < FLT_EPSILON); 410 && span.fOtherT < FLT_EPSILON : fabs(span.fT - end->fT) < FLT_EPSILON 411 && span.fOtherT > 1 - FLT_EPSILON);
|
D | Simplify.cpp | 659 double fOtherT; // value at fOther[fOtherIndex].fT member 1657 span.fOtherT = otherT; in addOtherT() 2030 && approximately_equal(span.fOtherT, otherT)) { in addTPair() 2827 if (moSpan.fOtherT == match->fT) { in findTooCloseToCall() 2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) { in findTooCloseToCall() 2859 if (toSpan.fOtherT == test->fT) { in findTooCloseToCall() 2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) { in findTooCloseToCall() 2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) { in findTooCloseToCall() 3004 double oT = iSpan.fOtherT; in fixOtherTIndex() 3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT == iSpan.fT) { in fixOtherTIndex() [all …]
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 638 if (otherTestT < fOtherT) { in debugToSegment() 641 SkASSERT(otherTestT == fOtherT); in debugToSegment() 664 DebugDumpDouble(fOtherT); in dumpOne()
|