Home | History | Annotate | Download | only in pathops

Lines Matching refs:tLo

1890     double tLo, refLo;
1892 tLo = span(thisStart).fT;
1897 tLo = span(start1).fT;
1901 missingT = tLo + missingT * (tHi - tLo);
1914 double tLo = span(start).fT;
1928 missingT = tLo + missingT * (tHi - tLo);
3643 double tLo = this->span(tStart).fT;
3645 double tLoStart = tLo;
3647 if (between(tLo, inflectionTs[index], tHi)) {
3648 tLo = inflectionTs[index];
3651 if (tLo != tLoStart && tLo != tHi) {
3653 sub[0] = cubic.ptAtT(tLo);
3656 SkDCubic::SubDivide(fPts, sub[0], sub[1], tLo, tHi, ctrl);