Searched defs:Path (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/
H A DrsPath.cpp24 Path::Path(Context *rsc) : ObjectBase(rsc) { function in class:Path
27 Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic, function in class:Path
41 Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount) function in class:Path
46 Path::~Path() {
51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) {
59 void Path
[all...]
H A DrsPath.h27 class Path : public ObjectBase { class in namespace:android::renderscript
39 Path(Context *);
40 Path(Context *, uint32_t vertexBuffersCount, uint32_t primitivesCount);
41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
43 ~Path();
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp1 //===- Path.cpp -----------------------------------------------------------===//
11 #include <mcld/Support/Path.h>
32 const Path::StringType separator_str("/");
40 const Path::StringType separator_str("/");
47 // Path
49 Path::Path() function in class:Path
53 Path::Path(const Path function in class:Path
57 Path::Path(const Path::StringType &s ) function in class:Path
61 Path::Path(const Path& pCopy) function in class:Path
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DPath.java26 public class Path extends BaseObj { class in inherits:BaseObj
44 Path(int id, RenderScript rs, Primitive p, Allocation vtx, Allocation loop, float q) { method in class:Path
69 public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx) {
71 Path newPath = new Path(id, rs, p, null, null, quality);
75 public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) {
79 public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx) {
83 public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, Allocation loops) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h1 //===- Path.h -------------------------------------------------------------===//
9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
42 /** \class Path
43 * \brief Path provides an abstraction for the path to a file or directory in
46 class Path class in namespace:mcld::sys::fs
53 Path();
54 Path(const ValueType* s);
55 Path(const StringType &s);
56 Path(const Path
[all...]
/frameworks/compile/slang/
H A Dslang.cpp64 #include "llvm/Support/Path.h"
292 clang::ModuleIdPath Path,
290 loadModule( clang::SourceLocation ImportLoc, clang::ModuleIdPath Path, clang::Module::NameVisibilityKind Visibility, bool IsInclusionDirective) argument
H A Dslang_rs_reflection.cpp2131 std::string Path = local
2135 if (!SlangUtils::CreateDirectoryWithParents(Path, &ErrorMsg))
2138 std::string ClassFile = Path + OS_PATH_SEPARATOR_STR + ClassName + ".java";
/frameworks/base/libs/hwui/
H A DPathCache.h118 struct Path { struct in union:android::uirenderer::PathDescription::Shape
/frameworks/base/graphics/java/android/graphics/
H A DPath.java22 * The Path class encapsulates compound (multiple contour) geometric paths
28 public class Path { class
48 public Path() { method in class:Path
58 public Path(Path src) { method in class:Path
103 public void set(Path src) {
113 * @see #op(Path, android.graphics.Path.Op)
114 * @see #op(Path, Path, androi
[all...]

Completed in 335 milliseconds