Searched refs:setPath (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp59 static void setPath(JNIEnv* env, jobject clazz, PathMeasurePair* pair, const SkPath* path, jboolean forceClosed) { function in class:android::SkPathMeasureGlue
65 pair->fMeasure.setPath(&pair->fPath, forceClosed);
122 {"native_setPath", "(IIZ)V", (void*) SkPathMeasureGlue::setPath },
H A DRegion.cpp59 return dst->setPath(*path, *clip);
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java25 * setPath.
29 * is used. If the path is modified, you must call setPath with the path.
44 * is used. If the path is modified, you must call setPath with the path.
60 public void setPath(Path path, boolean forceClosed) { method in class:PathMeasure
H A DRegion.java104 public boolean setPath(Path path, Region clip) { method in class:Region
/frameworks/base/core/java/android/webkit/
H A DPlugin.java139 public void setPath(String path) { method in class:Plugin
/frameworks/base/core/java/android/net/
H A DWebAddress.java162 public void setPath(String path) { method in class:WebAddress
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h73 void setPath(const sys::fs::Path& pPath) function in class:mcld::MCLDFile
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp363 pLinkerOpt->info().output().setPath(sys::fs::RealPath(pOutputFilename));
/frameworks/base/obex/javax/obex/
H A DClientSession.java282 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { method in class:ClientSession

Completed in 127 milliseconds