Lines Matching refs:path
37 Returns false if there is no path, or a zero-length path was specified, in which case
95 * Initialize the Iter with a path.
96 * The parts of the path that are needed are copied, so the client is free to modify/delete
97 * the path after this call.
102 SkContourMeasureIter(const SkPath& path, bool forceClosed, SkScalar resScale = 1);
106 * Reset the Iter with a path.
107 * The parts of the path that are needed are copied, so the client is free to modify/delete
108 * the path after this call.
110 void reset(const SkPath& path, bool forceClosed, SkScalar resScale = 1);
113 * Iterates through contours in path, returning a contour-measure object for each contour
114 * in the path. Returns null when it is done.