Home
last modified time | relevance | path

Searched refs:start1s (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp672 double start1s, double start1e) { in coincidentForce() argument
684 first->fStartT = start1s; in coincidentForce()
687 first->fCoinStart.setPerp(fCurve, start1s, fCurve[0], sect2->fCurve); in coincidentForce()
1801 double start1s SK_INIT_TO_AVOID_WARNING; in BinarySearch()
1868 start1s = sect1->fHead->fStartT; in BinarySearch()
1885 sect1->coincidentForce(sect2, start1s, start1e); in BinarySearch()
DSkPathOpsTSect.h295 void coincidentForce(SkTSect* sect2, double start1s, double start1e);