Home | History | Annotate | Download | only in pathops

Lines Matching defs:tStart

274     bool binarySearchCoin(SkTSect<OppCurve, TCurve>* , double tStart, double tStep, double* t,
910 bool SkTSect<TCurve, OppCurve>::binarySearchCoin(SkTSect<OppCurve, TCurve>* sect2, double tStart,
913 double result = work.fStartT = work.fEndT = tStart;
915 SkDPoint last = fCurve.ptAtT(tStart);
1508 double tStart = oCoinS.perpT();
1510 bool swap = tStart > tEnd;
1512 SkTSwap(tStart, tEnd);
1514 tStart = SkTMax(tStart, span->fStartT);
1516 if (tStart > tEnd) {
1520 if (tStart == span->fStartT) {
1542 double workT = tStart;
1543 double tStep = tEnd - tStart;