Searched defs:Path (Results 1 – 11 of 11) sorted by relevance
| /frameworks/compile/mclinker/lib/Support/ |
| D | Path.cpp | 49 Path::Path() : m_PathName() { in Path() function in mcld::sys::fs::Path 52 Path::Path(const Path::ValueType* s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path 55 Path::Path(const Path::StringType& s) : m_PathName(s) { in Path() function in mcld::sys::fs::Path 58 Path::Path(const Path& pCopy) : m_PathName(pCopy.m_PathName) { in Path() function in mcld::sys::fs::Path
|
| /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/ |
| D | Path.kt | 34 fun Path.flatten(error: Float = 0.5f): Iterable<PathSegment> = PathUtils.flatten(this, error) in Path() method
|
| /frameworks/base/libs/hwui/ |
| D | PathCache.h | 108 enum class ShapeType { None, Rect, RoundRect, Circle, Oval, Arc, Path }; enumerator 120 struct Path { struct 121 uint32_t mGenerationID;
|
| D | VectorDrawable.cpp | 42 Path::Path(const char* pathStr, size_t strLength) { in Path() function in android::uirenderer::VectorDrawable::Path 49 Path::Path(const Path& path) : Node(path) { in Path() function in android::uirenderer::VectorDrawable::Path
|
| D | VectorDrawable.h | 171 Path() {} in Path() function
|
| D | SkiaCanvas.cpp | 243 Path, enumerator
|
| /frameworks/compile/mclinker/include/mcld/Support/ |
| D | FileSystem.h | 69 class Path; variable
|
| /frameworks/base/graphics/java/android/graphics/ |
| D | Path.java | 36 public class Path { class 59 public Path() { in Path() method in Path 69 public Path(Path src) { in Path() method in Path
|
| /frameworks/compile/slang/ |
| D | slang.cpp | 282 clang::ModuleIdPath Path, in loadModule()
|
| /frameworks/base/core/java/android/provider/ |
| D | DocumentsContract.java | 1688 public static final class Path implements Parcelable { class in DocumentsContract 1700 public Path(@Nullable String rootId, List<String> path) { in Path() method in DocumentsContract.Path
|
| /frameworks/rs/ |
| D | rs_hal.h | 88 class Path; variable
|