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

/frameworks/base/core/java/android/util/
H A DPathParser.java41 * Interpret PathData as path commands and insert the commands to the given path.
43 * @param data The source PathData to be converted.
46 public static void createPathFromPathData(Path outPath, PathData data) {
51 * @param pathDataFrom The source path represented in PathData
52 * @param pathDataTo The target path represented in PathData
55 public static boolean canMorph(PathData pathDataFrom, PathData pathDataTo) {
60 * PathData class is a wrapper around the native PathData object, which contains
62 * associated with each verb stored in PathData
65 public static class PathData { class in class:PathParser
67 public PathData() { method in class:PathParser.PathData
71 public PathData(PathData data) { method in class:PathParser.PathData
75 public PathData(String pathString) { method in class:PathParser.PathData
[all...]
/frameworks/base/libs/hwui/
H A DVectorDrawable.h770 typedef VectorDrawable::Path::Data PathData; typedef in namespace:android::uirenderer

Completed in 44 milliseconds