HomeSort by relevance Sort by last modified time
    Searched refs:fOtherT (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 18 double fOtherT; // value at fOther[fOtherIndex].fT
SkOpSegment.cpp 322 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
    [all...]
SkPathOpsDebug.cpp 306 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);
SkOpSegment.h 388 double fOtherT;
SkOpAngle.cpp 312 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
    [all...]
  /external/skia/src/pathops/
SkOpSpan.h 18 double fOtherT; // value at fOther[fOtherIndex].fT
SkOpSegment.cpp 322 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
    [all...]
SkPathOpsDebug.cpp 306 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);
SkOpSegment.h 388 double fOtherT;
SkOpAngle.cpp 312 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
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);
Simplify.cpp 659 double fOtherT; // value at fOther[fOtherIndex].fT
    [all...]
  /external/skia/experimental/Intersection/
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);
Simplify.cpp 659 double fOtherT; // value at fOther[fOtherIndex].fT
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 506 if (otherTestT < fOtherT) {
509 SkASSERT(otherTestT == fOtherT);
532 DebugDumpDouble(fOtherT);
  /external/skia/tests/
PathOpsDebug.cpp 506 if (otherTestT < fOtherT) {
509 SkASSERT(otherTestT == fOtherT);
532 DebugDumpDouble(fOtherT);

Completed in 484 milliseconds