Lines Matching defs:line
76 SkDLine line;
77 line.set(b);
79 return intersect(conic, line);
100 SkDLine line;
101 line.set(b);
103 return intersect(cubic, line);
134 SkDLine line;
135 line.set(a);
137 return horizontal(line, left, right, y, flipped);
141 SkDLine line;
142 line.set(a);
144 return vertical(line, top, bottom, x, flipped);
186 SkDLine line;
187 line.set(b);
188 return intersect(quad, line);
250 static double HorizontalIntercept(const SkDLine& line, double y);
272 int intersectRay(const SkTCurve& tCurve, const SkDLine& line) {
273 return tCurve.intersectRay(this, line);
284 static double VerticalIntercept(const SkDLine& line, double x);
313 void computePoints(const SkDLine& line, int used);