Searched defs:PathMeasure (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java19 public class PathMeasure { class
23 * Create an empty PathMeasure object. To uses this to measure the length
31 public PathMeasure() { method in class:PathMeasure
37 * Create a PathMeasure object associated with the specified path object
50 public PathMeasure(Path path, boolean forceClosed) { method in class:PathMeasure

Completed in 73 milliseconds