Home | History | Annotate | Download | only in pathops

Lines Matching refs:oStartT

89         double oStartT = coincidence.fTs[1][0];
91 if ((oStartSwapped = oStartT > oEndT)) {
92 SkTSwap(oStartT, oEndT);
95 SkASSERT(!approximately_negative(oEndT - oStartT));
104 if (oStartT > 0 || endT < 1
105 || thisOne.isMissing(endT, oStartPt) || other.isMissing(oStartT, oStartPt)) {
106 other.addTPair(oStartT, &thisOne, endT, true, oStartPt);
110 if (startT > 0 || oStartT > 0
111 || thisOne.isMissing(startT, startPt) || other.isMissing(oStartT, startPt)) {
112 thisOne.addTPair(startT, &other, oStartT, true, startPt);
197 double oStartT = coincidence.fTs[1][0];
199 if (oStartT == oEndT) {
203 bool swapOther = oStartT > oEndT;
206 SkTSwap<double>(oStartT, oEndT);
211 double oMatchStart = cancel ? oEndT : oStartT;
221 double oMatchEnd = cancel ? oStartT : oEndT;
262 double oStartT = coincidence.fTs[1][0];
264 if (oStartT > oEndT) {
265 SkTSwap<double>(oStartT, oEndT);
268 SkASSERT(!approximately_negative(oEndT - oStartT));