Searched refs:coinW (Results 1 – 1 of 1) sorted by relevance
1347 SkTCoincident<TCurve, OppCurve> coinW; in linesIntersect() local1358 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()