Searched defs:Path (Results 1 - 8 of 8) sorted by path

/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
99 public void set(Path src) {
514 public void addPath(Path src, float dx, float dy) {
524 public void addPath(Path src) {
534 public void addPath(Path src, Matrix matrix) {
547 public void offset(float dx, float dy, Path ds
[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 -------------------------------------------------------------===//
38 /** \class Path
39 * \brief Path provides an abstraction for the path to a file or directory in
42 * FIXME: current Path library only support UTF-8 chararcter set.
45 class Path class in namespace:mcld::sys::fs
56 Path();
57 Path(const ValueType* s);
58 Path(const StringType &s);
59 Path(const Path
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp1 //===- Path.cpp -----------------------------------------------------------===//
10 #include "mcld/Support/Path.h"
22 // Path
23 Path::Path() function in class:Path
27 Path::Path(const Path::ValueType* s ) function in class:Path
31 Path::Path(cons function in class:Path
35 Path::Path(const Path& pCopy) function in class:Path
[all...]
/frameworks/compile/slang/
H A Dslang.cpp62 #include "llvm/Support/Path.h"
281 clang::ModuleIdPath Path,
326 llvm::sys::Path OutputFilePath(OutputFile);
362 llvm::sys::Path OutputFilePath(OutputFile);
280 loadModule(clang::SourceLocation ImportLoc, clang::ModuleIdPath Path, clang::Module::NameVisibilityKind Visibility, bool IsInclusionDirective) argument
H A Dslang_rs_reflection.cpp2080 std::string Path = local
2084 if (!SlangUtils::CreateDirectoryWithParents(Path, &ErrorMsg))
2087 std::string ClassFile = Path + OS_PATH_SEPARATOR_STR + ClassName + ".java";
/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();

Completed in 184 milliseconds