Lines Matching full:path
19 /** Initialize the pathmeasure with the specified path. The path must remain valid
21 a different path (or null), since the measure object keeps a pointer to the
22 path object (does not copy its data).
24 SkPathMeasure(const SkPath& path, bool forceClosed);
27 /** Reset the pathmeasure with the specified path. The path must remain valid
29 a different path (or null), since the measure object keeps a pointer to the
30 path object (does not copy its data).
34 /** Return the total length of the current contour, or 0 if no path
41 Returns false if there is no path, or a zero-length path was specified, in which case
55 Returns false if there is no path, or a zero-length path was specified, in which case
73 /** Move to the next contour in the path. Return true if one exists, or false if
74 we're done with the path.