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