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

/frameworks/compile/mclinker/include/mcld/
H A DBitcodeOption.h33 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } function in class:mcld::BitcodeOption
/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.java112 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.java163 public void setPath(String path) { method in class:WebAddress
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h75 void setPath(const sys::fs::Path& pPath) function in class:mcld::Input
/frameworks/base/obex/javax/obex/
H A DClientSession.java282 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { method in class:ClientSession
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1711 region.setPath(transformed, clip);

Completed in 764 milliseconds