Lines Matching refs:path
18 /** Initialize the pathmeasure with the specified path. The parts of the path that are needed
19 * are copied, so the client is free to modify/delete the path after this call.
24 SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale = 1);
27 /** Reset the pathmeasure with the specified path. The parts of the path that are needed
28 * are copied, so the client is free to modify/delete the path after this call..
32 /** Return the total length of the current contour, or 0 if no path
39 Returns false if there is no path, or a zero-length path was specified, in which case
53 Returns false if there is no path, or a zero-length path was specified, in which case
71 /** Move to the next contour in the path. Return true if one exists, or false if
72 we're done with the path.