Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1347 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect() local
1358 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()
1359 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()
1363 } while (!workPt.approximatelyEqual(coinW.perpPt())); in linesIntersect()
1364 double oppTTest = coinW.perpT(); in linesIntersect()