Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1541 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect() local
1552 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()
1553 double perpT = coinW.perpT(); in linesIntersect()
1554 if (coinW.isMatch() ? !between(oppSpan->fStartT, perpT, oppSpan->fEndT) : perpT < 0) { in linesIntersect()
1557 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()
1561 if (workPt.approximatelyEqual(coinW.perpPt())) { in linesIntersect()
1565 double oppTTest = coinW.perpT(); in linesIntersect()