Lines Matching defs:points
49 * The points and weights arrays are read in order, based on the sequence of verbs.
53 * Quad 2 points
54 * Conic 2 points and 1 weight
55 * Cubic 3 points
56 * Close 0 points
58 * If an illegal sequence of verbs is encountered, or the specified number of points
404 /** Returns the number of points in SkPath.
424 /** Returns number of points in SkPath. Up to max points are copied.
425 points may be nullptr; then, max must be zero.
426 If max is greater than number of points, excess points storage is unaltered.
428 @param points storage for SkPath SkPoint array. May be nullptr
434 int getPoints(SkPoint points[], int max) const;
477 Returns (0, 0, 0, 0) if SkPath contains no points. Returned bounds width and height may
503 Returns (0, 0, 0, 0) if SkPath contains no points.
525 rect may share points and edges with SkPath and be contained.
1034 rect may be smaller than the SkPath bounds. SkPath bounds may include kMove_Verb points
1527 Iterates through a raw range of path verbs, points, and conics. All values are returned
1535 RangeIter(const uint8_t* verbs, const SkPoint* points, const SkScalar* weights)
1536 : fVerb(verbs), fPoints(points), fWeights(weights) {
1808 // called before we add points for lineTo, quadTo, cubicTo, checking to see
1827 // called by stroker to see if all points (in the last contour) are equal and worthy of a cap