• Home
  • Raw
  • Download

Lines Matching refs:tStart

1466     void addCancelOutsides(double tStart, double oStart, Segment& other,  in addCancelOutsides()  argument
1474 } while (!approximately_negative(tStart - fTs[tIndex].fT) && tIndex < tCount); in addCancelOutsides()
1483 } while (nextT < 1 && approximately_negative(nextT - tStart)); in addCancelOutsides()
1546 double tStart = outsideTs[0]; in addCoinOutsides() local
1550 } while (!approximately_negative(tStart - fTs[tIndex].fT)); in addCoinOutsides()
1556 addTPair(tStart, other, oStart, false, ptStart); in addCoinOutsides()
1558 tStart = fTs[tIndex].fT; in addCoinOutsides()
1564 } while (approximately_negative(nextT - tStart)); in addCoinOutsides()
1565 tStart = nextT; in addCoinOutsides()
1571 if (tStart == 1 && oStart == 1 && fOperand == other.fOperand) { in addCoinOutsides()
1574 addTPair(tStart, other, oStart, false, ptStart); in addCoinOutsides()
1575 } while (tStart < 1 && oStart < 1 && !approximately_negative(oEnd - oStart)); in addCoinOutsides()
1893 double tStart = outsideTs[0]; in addTCancel() local
1895 addCancelOutsides(tStart, oStart, other, oEndT); in addTCancel()
1898 double tStart = outsideTs[count - 2]; in addTCancel() local
1900 addCancelOutsides(tStart, oStart, other, oEndT); in addTCancel()
1904 double tStart = oOutsideTs[0]; in addTCancel() local
1906 other.addCancelOutsides(tStart, oStart, *this, endT); in addTCancel()
3452 bool controls_contained_by_ends(int tStart, int tEnd) const { in controls_contained_by_ends() argument
3458 sub_divide(aCubic, fTs[tStart].fT, fTs[tEnd].fT, dst); in controls_contained_by_ends()
3463 bool clockwise(int tStart, int tEnd) const { in clockwise() argument
3466 subDivide(tStart, tEnd, edge); in clockwise()
3474 SkPoint topPt = CubicTop(fPts, fTs[tStart].fT, fTs[tEnd].fT); in clockwise()
3487 bool monotonic_in_y(int tStart, int tEnd) const { in monotonic_in_y() argument
3493 sub_divide(aCubic, fTs[tStart].fT, fTs[tEnd].fT, dst); in monotonic_in_y()
3497 bool serpentine(int tStart, int tEnd) const { in serpentine() argument
3503 sub_divide(aCubic, fTs[tStart].fT, fTs[tEnd].fT, dst); in serpentine()