Searched refs:oStart (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt461 int oStart = fTs[start].fOtherIndex;
462 double oStartT = other->fTs[oStart].fT;
463 while (oStartT - other->fTs[--oStart].fT < FLT_EPSILON)
471 Span* oSpan = &other->fTs[oStart];
500 __FUNCTION__, other->fID, oStart, oSpan->fT,
508 if (--oStart < 0) {
511 oSpan = &other->fTs[oStart];
H A DSimplify.cpp1466 void addCancelOutsides(double tStart, double oStart, Segment& other,
1478 } while (!approximately_negative(oStart - other.fTs[oIndex].fT) && oIndex < oCount);
1487 } while (oNextT < 1 && approximately_negative(oNextT - oStart));
1547 double oStart = outsideTs[1];
1554 } while (!approximately_negative(oStart - other.fTs[oIndex].fT));
1556 addTPair(tStart, other, oStart, false, ptStart);
1559 oStart = other.fTs[oIndex].fT;
1569 } while (approximately_negative(nextT - oStart));
1570 oStart = nextT;
1571 if (tStart == 1 && oStart
[all...]
/external/skia/experimental/Intersection/
H A DthingsToDo.txt461 int oStart = fTs[start].fOtherIndex;
462 double oStartT = other->fTs[oStart].fT;
463 while (oStartT - other->fTs[--oStart].fT < FLT_EPSILON)
471 Span* oSpan = &other->fTs[oStart];
500 __FUNCTION__, other->fID, oStart, oSpan->fT,
508 if (--oStart < 0) {
511 oSpan = &other->fTs[oStart];
H A DSimplify.cpp1466 void addCancelOutsides(double tStart, double oStart, Segment& other,
1478 } while (!approximately_negative(oStart - other.fTs[oIndex].fT) && oIndex < oCount);
1487 } while (oNextT < 1 && approximately_negative(oNextT - oStart));
1547 double oStart = outsideTs[1];
1554 } while (!approximately_negative(oStart - other.fTs[oIndex].fT));
1556 addTPair(tStart, other, oStart, false, ptStart);
1559 oStart = other.fTs[oIndex].fT;
1569 } while (approximately_negative(nextT - oStart));
1570 oStart = nextT;
1571 if (tStart == 1 && oStart
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp344 double oStart = other->fTs[oIndex].fT; local
345 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
349 addTPair(tStart, other, oStart, false, nextPt);
1012 int oStart = other->nextSpan(oIndex, -1) + 1; local
1013 oSpan = &other->fTs[oStart];
1014 int otherIndex = oStart;
1028 oAligned |= other->alignSpan(oStart, oT, thisPt);
1037 other->alignSpanState(oStart, oEnd);
2026 int oStart = other->nextExactSpan(oIndex, -1) + 1;
2031 int oCount = oEnd - oStart;
[all...]
H A DSkOpSegment.h314 bool findCoincidentMatch(const SkOpSpan* span, const SkOpSegment* other, int oStart, int oEnd,
/external/skia/src/pathops/
H A DSkOpSegment.cpp343 double oStart = other->fTs[oIndex].fT; local
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
979 int oStart = other->nextSpan(oIndex, -1) + 1; local
980 oSpan = &other->fTs[oStart];
981 int otherIndex = oStart;
995 oAligned |= other->alignSpan(oStart, oT, thisPt);
1004 other->alignSpanState(oStart, oEnd);
1956 int oStart = other->nextExactSpan(oIndex, -1) + 1;
1961 int oCount = oEnd - oStart;
[all...]
H A DSkOpSegment.h312 bool findCoincidentMatch(const SkOpSpan* span, const SkOpSegment* other, int oStart, int oEnd,

Completed in 221 milliseconds