Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkDLineIntersection.cpp214 const SkDPoint rightPt = { right, y }; in horizontal() local
215 if ((t = line.exactPoint(rightPt)) >= 0) { in horizontal()
216 insert(t, (double) !flipped, rightPt); in horizontal()
246 const SkDPoint rightPt = { right, y }; in horizontal() local
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) { in horizontal()
248 insert(t, (double) !flipped, rightPt); in horizontal()