Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp205 const SkDPoint rightPt = { right, y }; in horizontal() local
206 if ((t = line.exactPoint(rightPt)) >= 0) { in horizontal()
207 insert(t, (double) !flipped, rightPt); in horizontal()
237 const SkDPoint rightPt = { right, y }; in horizontal() local
238 if ((t = line.nearPoint(rightPt, NULL)) >= 0) { in horizontal()
239 insert(t, (double) !flipped, rightPt); in horizontal()