Home
last modified time | relevance | path

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

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