Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1458 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect() local
1469 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()
1470 if (coinW.perpT() < 0) { in linesIntersect()
1473 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()
1477 if (workPt.approximatelyEqual(coinW.perpPt())) { in linesIntersect()
1481 double oppTTest = coinW.perpT(); in linesIntersect()