Lines Matching defs:point
55 const SkPoint& point(int index) const { return fPts[index]; }
78 const SkPoint& point(int index) const { return fPts[index].fPt; }
179 // Represents whether a given point is within a curve. A point is inside a curve only if it is
180 // an interior point within a quad, cubic, or conic, or if it is the endpoint of a quad, cubic,
183 // point is a sharp vertex
187 // point is in the interior of a curve
194 // Basically, a point is immovable if it is part of the original
256 // Tracks whether a given point is interior to a curve. Such points are
262 // The inward facing bisector at each point in the original polygon. Only