Searched defs:oStart (Results 1 - 2 of 2) sorted by relevance

/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...]
/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...]

Completed in 427 milliseconds