Home
last modified time | relevance | path

Searched refs:workPt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1197 SkDPoint workPt; in linesIntersect() local
1204 workPt = fCurve.ptAtT(workT); in linesIntersect()
1205 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()
1210 SkDVector perpW = workPt - coinW.perpPt(); in linesIntersect()
1214 if (workPt.approximatelyEqual(coinW.perpPt())) { in linesIntersect()
1223 i->insert(workT, oppTTest, workPt); in linesIntersect()

Completed in 4 milliseconds