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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) { argument
243 } while (!approximately_negative(oStart - other->fTs[oIndex].fT) && oIndex < oCount);
252 } while (oNextT < 1 && approximately_negative(oNextT - oStart));
312 double oStart = outsideTs[1]; local
319 } while (!approximately_negative(oStart - other->fTs[oIndex].fT));
321 addTPair(tStart, other, oStart, false, ptStart);
324 oStart = other->fTs[oIndex].fT;
334 } while (approximately_negative(nextT - oStart));
335 oStart = nextT;
336 if (tStart == 1 && oStart
622 double oStart = outsideTs[1]; local
627 double oStart = outsideTs[count - 1]; local
633 double oStart = oOutsideTs[1]; local
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) { argument
243 } while (!approximately_negative(oStart - other->fTs[oIndex].fT) && oIndex < oCount);
252 } while (oNextT < 1 && approximately_negative(oNextT - oStart));
312 double oStart = outsideTs[1]; local
319 } while (!approximately_negative(oStart - other->fTs[oIndex].fT));
321 addTPair(tStart, other, oStart, false, ptStart);
324 oStart = other->fTs[oIndex].fT;
334 } while (approximately_negative(nextT - oStart));
335 oStart = nextT;
336 if (tStart == 1 && oStart
622 double oStart = outsideTs[1]; local
627 double oStart = outsideTs[count - 1]; local
633 double oStart = oOutsideTs[1]; local
[all...]

Completed in 69 milliseconds