Searched refs:oEndT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp73 double oEndT = coincidence.fTs[1][1]; local
74 if ((oStartSwapped = oStartT > oEndT)) {
75 SkTSwap(oStartT, oEndT);
78 SkASSERT(!approximately_negative(oEndT - oStartT));
81 if (startT > 0 || oEndT < 1
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
94 if (endT < 1 || oEndT < 1
95 || thisOne.isMissing(endT) || other.isMissing(oEndT)) {
96 other.addTPair(oEndT,
130 double oEndT = coincidence.fTs[1][1]; local
[all...]
H A DSkOpSegment.h249 void addTCancel(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT);
251 double oEndT);
340 int advanceCoincidentOther(const SkOpSpan* test, double oEndT, int oIndex);
346 int bumpCoincidentOther(const SkOpSpan& test, double oEndT, int& oIndex,
H A DSkOpSegment.cpp557 double oStartT, double oEndT) {
559 SkASSERT(!approximately_negative(oEndT - oStartT));
566 while (approximately_positive(other->fTs[--oIndex].fT - oEndT))
568 double tRatio = (oEndT - oStartT) / (endT - startT);
593 double otherTMatchStart = oEndT - (span->fT - startT) * tRatio;
594 double otherTMatchEnd = oEndT - (test->fT - startT) * tRatio;
623 addCancelOutsides(tStart, oStart, other, oEndT);
628 addCancelOutsides(tStart, oStart, other, oEndT);
685 int SkOpSegment::bumpCoincidentOther(const SkOpSpan& test, double oEndT, int& oIndex, argument
691 while (!approximately_negative(oEndT
556 addTCancel(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT) argument
709 addTCoincident(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT) argument
804 advanceCoincidentOther(const SkOpSpan* test, double oEndT, int oIndex) argument
[all...]
/external/skia/src/pathops/
H A DSkOpContour.cpp73 double oEndT = coincidence.fTs[1][1]; local
74 if ((oStartSwapped = oStartT > oEndT)) {
75 SkTSwap(oStartT, oEndT);
78 SkASSERT(!approximately_negative(oEndT - oStartT));
81 if (startT > 0 || oEndT < 1
82 || thisOne.isMissing(startT) || other.isMissing(oEndT)) {
83 thisOne.addTPair(startT, &other, oEndT, true, coincidence.fPts[startSwapped]);
94 if (endT < 1 || oEndT < 1
95 || thisOne.isMissing(endT) || other.isMissing(oEndT)) {
96 other.addTPair(oEndT,
130 double oEndT = coincidence.fTs[1][1]; local
[all...]
H A DSkOpSegment.h249 void addTCancel(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT);
251 double oEndT);
340 int advanceCoincidentOther(const SkOpSpan* test, double oEndT, int oIndex);
346 int bumpCoincidentOther(const SkOpSpan& test, double oEndT, int& oIndex,
H A DSkOpSegment.cpp557 double oStartT, double oEndT) {
559 SkASSERT(!approximately_negative(oEndT - oStartT));
566 while (approximately_positive(other->fTs[--oIndex].fT - oEndT))
568 double tRatio = (oEndT - oStartT) / (endT - startT);
593 double otherTMatchStart = oEndT - (span->fT - startT) * tRatio;
594 double otherTMatchEnd = oEndT - (test->fT - startT) * tRatio;
623 addCancelOutsides(tStart, oStart, other, oEndT);
628 addCancelOutsides(tStart, oStart, other, oEndT);
685 int SkOpSegment::bumpCoincidentOther(const SkOpSpan& test, double oEndT, int& oIndex, argument
691 while (!approximately_negative(oEndT
556 addTCancel(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT) argument
709 addTCoincident(double startT, double endT, SkOpSegment* other, double oStartT, double oEndT) argument
804 advanceCoincidentOther(const SkOpSpan* test, double oEndT, int oIndex) argument
[all...]

Completed in 124 milliseconds