Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1194 SkTCoincident coinW; in linesIntersect() local
1205 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()
1206 double perpT = coinW.perpT(); in linesIntersect()
1207 if (coinW.isMatch() ? !between(oppSpan->fStartT, perpT, oppSpan->fEndT) : perpT < 0) { in linesIntersect()
1210 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()
1214 if (workPt.approximatelyEqual(coinW.perpPt())) { in linesIntersect()
1218 double oppTTest = coinW.perpT(); in linesIntersect()