Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp47 [](SkPath* outPath) { in __anon5911502f0102()
48 outPath->moveTo(2, 22); in __anon5911502f0102()
49 outPath->rLineTo(20, 0); in __anon5911502f0102()
50 outPath->rLineTo(1, -2000); in __anon5911502f0102()
51 outPath->close(); in __anon5911502f0102()
52 outPath->moveTo(2, 22); in __anon5911502f0102()
71 [](SkPath* outPath) { in __anon5911502f0202()
72 outPath->moveTo(1.0, 1.0); in __anon5911502f0202()
73 outPath->rMoveTo(2.0, 2.0); in __anon5911502f0202()
74 outPath->rLineTo(3.0, 3.0); in __anon5911502f0202()
[all …]
/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp35 void addCommand(SkPath* outPath, char previousCmd, char cmd, const std::vector<float>* points,
65 void VectorDrawableUtils::verbsToPath(SkPath* outPath, const PathData& data) { in verbsToPath() argument
69 outPath->reset(); in verbsToPath()
72 resolver.addCommand(outPath, previousCommand, data.verbs[i], &data.points, start, in verbsToPath()
100 void PathResolver::addCommand(SkPath* outPath, char previousCmd, char cmd, in addCommand() argument
109 outPath->close(); in addCommand()
117 outPath->moveTo(currentX, currentY); in addCommand()
158 outPath->rLineTo(points->at(k + 0), points->at(k + 1)); in addCommand()
160 outPath->rMoveTo(points->at(k + 0), points->at(k + 1)); in addCommand()
172 outPath->lineTo(points->at(k + 0), points->at(k + 1)); in addCommand()
[all …]
DVectorDrawableUtils.h34 static void verbsToPath(SkPath* outPath, const PathData& data);
/frameworks/base/libs/hwui/
DVectorDrawable.cpp87 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, in applyTrim() argument
90 *outPath = inPath; in applyTrim()
93 outPath->reset(); in applyTrim()
104 measure.getSegment(start, len, outPath, true); in applyTrim()
106 measure.getSegment(0, end, outPath, true); in applyTrim()
109 measure.getSegment(start, end, outPath, true); in applyTrim()
118 SkPath* outPath; in getUpdatedPath() local
123 outPath = tempStagingPath; in getUpdatedPath()
129 outPath = &mTrimmedSkPath; in getUpdatedPath()
131 outPath = &mSkPath; in getUpdatedPath()
[all …]
DPathParser.h40 static void parseAsciiStringForSkPath(SkPath* outPath, ParseResult* result,
/frameworks/base/core/java/android/util/
DPathParser.java49 public static void createPathFromPathData(Path outPath, PathData data) { in createPathFromPathData() argument
50 nCreatePathFromPathData(outPath.mNativePath, data.mNativePathData); in createPathFromPathData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java149 float topRoundness, float bottomRoundness, Path outPath) { in getRoundedRectPath() argument
150 outPath.reset(); in getRoundedRectPath()
159 outPath.addRoundRect(left, top, right, bottom, mTmpCornerRadii, Path.Direction.CW); in getRoundedRectPath()
/frameworks/compile/slang/
Dslang_rs_reflect_utils.h116 bool startFile(const std::string &outPath, const std::string &outFileName,
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java995 String outPath = outFile.getCanonicalPath(); in onRestoreFile() local
996 if (outPath.startsWith(basePath + File.separatorChar)) { in onRestoreFile()
997 if (DEBUG) Log.i(TAG, "[" + domain + " : " + path + "] mapped to " + outPath); in onRestoreFile()
1003 Log.e(TAG, "Cross-domain restore attempt: " + outPath); in onRestoreFile()
/frameworks/av/services/audiopolicy/fuzzer/
Daudiopolicy_fuzzer.cpp479 std::string outPath = sFuzzedConfig; in fuzzXML() local
488 xmlSaveFileEnc(outPath.c_str(), pDoc, "UTF-8"); in fuzzXML()
491 return outPath; in fuzzXML()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp69 std::string *outPath) { in findFileInDirs() argument
73 *outPath = path; in findFileInDirs()