Searched refs:workPt (Results 1 – 1 of 1) sorted by relevance
1461 SkDPoint workPt; in linesIntersect() local1468 workPt = fCurve.ptAtT(workT); in linesIntersect()1469 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()1473 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()1477 if (workPt.approximatelyEqual(coinW.perpPt())) { in linesIntersect()1486 i->insert(workT, oppTTest, workPt); in linesIntersect()