Lines Matching defs:point
21 bool fUseCenter; // True if the arc includes the center point of the oval
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.
65 explicit GrShape(const SkPoint& point) { this->setPoint(point); }
130 SkPoint& point() { SkASSERT(this->isPoint()); return fPoint; }
131 const SkPoint& point() const { SkASSERT(this->isPoint()); return fPoint; }
154 void setPoint(const SkPoint& point) {
156 fPoint = point;
207 // path), even if the final simplification results in a point, line, or empty.
213 bool conservativeContains(const SkPoint& point) const;
259 void simplifyPoint(const SkPoint& point, unsigned flags);