Home
last modified time | relevance | path

Searched defs:outPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.cpp116 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/
DVectorDrawableUtils.cpp65 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/
DPathParser.java44 public static void createPathFromPathData(Path outPath, PathData data) { in createPathFromPathData()
/frameworks/base/tools/aapt2/util/
DFiles.cpp159 std::string outPath; in packageToPath() local
/frameworks/base/tools/aapt2/link/
DLink.cpp134 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/
DBackupAgent.java841 String outPath = outFile.getCanonicalPath(); in onRestoreFile() local