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

/external/chromium_org/third_party/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/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...]

Completed in 176 milliseconds