Searched defs:outPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 116 void Path::getStagingPath(SkPath* outPath) { in getStagingPath() 134 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() 175 void FullPath::getStagingPath(SkPath* outPath) { in getStagingPath()
|
/frameworks/base/libs/hwui/utils/ |
D | VectorDrawableUtils.cpp | 65 void VectorDrawableUtils::verbsToPath(SkPath* outPath, const PathData& data) { in verbsToPath() 250 void PathResolver::addCommand(SkPath* outPath, char previousCmd, in addCommand()
|
/frameworks/base/core/java/android/util/ |
D | PathParser.java | 44 public static void createPathFromPathData(Path outPath, PathData data) { in createPathFromPathData()
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 159 std::string outPath; in packageToPath() local
|
/frameworks/base/tools/aapt2/link/ |
D | Link.cpp | 134 static bool copyFileToArchive(io::IFile* file, const std::string& outPath, in copyFileToArchive() 731 std::string outPath = mOptions.generateJavaClassPath.value(); in writeJavaFile() local 788 std::string outPath = mOptions.generateJavaClassPath.value(); in writeManifestJavaFile() local 819 const std::string& outPath = mOptions.generateProguardRulesPath.value(); in writeProguardFile() local
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupAgent.java | 841 String outPath = outFile.getCanonicalPath(); in onRestoreFile() local
|