Lines Matching refs:points
148 * Iterates through a raw range of path verbs, points, and conics. All values are returned
156 * Iterable object for traversing verbs, points, and conic weights in a path:
166 // Don't allow iteration through non-finite points.
169 path.fPathRef->points(), path.fPathRef->conicWeights()) {
171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points,
173 : fVerbsBegin(verbsBegin), fVerbsEnd(verbsEnd), fPoints(points), fWeights(weights) {
191 /** Returns a raw pointer to the path points */
193 return path.fPathRef->points();
293 // Returns number of valid points for each SkPath::Iter verb
309 // Returns number of valid points for each verb, not including the "starter"
458 const SkPoint* fPts; // points for the segment, or null if done