Searched refs:fOtherT (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:SkOpSpan
H A DSkOpSegment.cpp323 if (oSpan.fT == fTs[ttIndex].fOtherT) {
447 span.fOtherT = otherT;
596 span->fOtherT = -1;
885 SkASSERT(span->fOtherT == 1);
894 SkASSERT(span->fOtherT == 0);
947 if (zero_or_one(span.fOtherT) || zero_or_one(oSpan.fT)
948 || zero_or_one(span2.fOtherT) || zero_or_one(oSpan2.fT)) {
951 if (!way_roughly_equal(span.fOtherT, oSpan.fT)
952 || !way_roughly_equal(span2.fOtherT, oSpan2.fT)
953 || !way_roughly_equal(span2.fOtherT, oSpa
[all...]
H A DSkPathOpsDebug.cpp307 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) {
428 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
531 SK_ALWAYSBREAK(otherSpan.fOtherT == t);
H A DSkOpSegment.h390 double fOtherT; member in struct:SkOpSegment::MissingSpan
H A DSkOpAngle.cpp309 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
/external/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:SkOpSpan
H A DSkOpSegment.cpp322 if (oSpan.fT == fTs[ttIndex].fOtherT) {
443 span.fOtherT = otherT;
592 span->fOtherT = -1;
853 SkASSERT(span->fOtherT == 1);
861 SkASSERT(span->fOtherT == 0);
914 if (zero_or_one(span.fOtherT) || zero_or_one(oSpan.fT)
915 || zero_or_one(span2.fOtherT) || zero_or_one(oSpan2.fT)) {
918 if (!way_roughly_equal(span.fOtherT, oSpan.fT)
919 || !way_roughly_equal(span2.fOtherT, oSpan2.fT)
920 || !way_roughly_equal(span2.fOtherT, oSpa
[all...]
H A DSkPathOpsDebug.cpp306 if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].fOtherT == otherT) {
427 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
530 SK_ALWAYSBREAK(otherSpan.fOtherT == t);
H A DSkOpSegment.h388 double fOtherT; member in struct:SkOpSegment::MissingSpan
H A DSkOpAngle.cpp312 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt407 && 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);
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:Span
1657 span.fOtherT = otherT;
2030 && approximately_equal(span.fOtherT, otherT)) {
2827 if (moSpan.fOtherT == match->fT) {
2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) {
2859 if (toSpan.fOtherT == test->fT) {
2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) {
2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) {
3004 double oT = iSpan.fOtherT;
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT
[all...]
/external/skia/experimental/Intersection/
H A DthingsToDo.txt407 && 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);
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:Span
1657 span.fOtherT = otherT;
2030 && approximately_equal(span.fOtherT, otherT)) {
2827 if (moSpan.fOtherT == match->fT) {
2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) {
2859 if (toSpan.fOtherT == test->fT) {
2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) {
2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) {
3004 double oT = iSpan.fOtherT;
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT
[all...]
/external/skia/tests/
H A DPathOpsDebug.cpp506 if (otherTestT < fOtherT) {
509 SkASSERT(otherTestT == fOtherT);
532 DebugDumpDouble(fOtherT);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp638 if (otherTestT < fOtherT) {
641 SkASSERT(otherTestT == fOtherT);
664 DebugDumpDouble(fOtherT);

Completed in 3286 milliseconds