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

/frameworks/base/core/java/android/util/
H A DPathParser.java39 * Interpret PathData as path commands and insert the commands to the given path.
41 * @param data The source PathData to be converted.
44 public static void createPathFromPathData(Path outPath, PathData data) {
49 * @param pathDataFrom The source path represented in PathData
50 * @param pathDataTo The target path represented in PathData
53 public static boolean canMorph(PathData pathDataFrom, PathData pathDataTo) {
58 * PathData class is a wrapper around the native PathData object, which contains
60 * associated with each verb stored in PathData
63 public static class PathData { class in class:PathParser
65 public PathData() { method in class:PathParser.PathData
69 public PathData(PathData data) { method in class:PathParser.PathData
73 public PathData(String pathString) { method in class:PathParser.PathData
[all...]
/frameworks/base/libs/hwui/
H A DVectorDrawable.h724 typedef VectorDrawable::Path::Data PathData; typedef in namespace:android::uirenderer

Completed in 546 milliseconds