Lines Matching refs:line
24 // Represents a line segment between two points.
45 * to a point or line, not empty. This is to preserve geometric data for path effects and strokes.
47 * to a point or line, just like a rect. SkRRect does not have the concept of unsorted edges.
70 explicit GrShape(const GrLineSegment& line){ this->setLine(line); }
145 GrLineSegment& line() { SkASSERT(this->isLine()); return fLine; }
146 const GrLineSegment& line() const { SkASSERT(this->isLine()); return fLine; }
170 void setLine(const GrLineSegment& line) {
172 fLine = line;
207 // path), even if the final simplification results in a point, line, or empty.