Searched refs:leftPt (Results 1 – 1 of 1) sorted by relevance
209 const SkDPoint leftPt = { left, y }; in horizontal() local210 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()