Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkDLineIntersection.cpp209 const SkDPoint leftPt = { left, y }; in horizontal() local
210 if ((t = line.exactPoint(leftPt)) >= 0) { in horizontal()
211 insert(t, (double) flipped, leftPt); in horizontal()
242 if ((t = line.nearPoint(leftPt, nullptr)) >= 0) { in horizontal()
243 insert(t, (double) flipped, leftPt); in horizontal()