Home
last modified time | relevance | path

Searched refs:nAddPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java690 nAddPath(mNativePath, src.mNativePath, dx, dy); in addPath()
700 nAddPath(mNativePath, src.mNativePath); in addPath()
710 nAddPath(mNativePath, src.mNativePath, matrix.native_instance); in addPath()
855 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() method in Path
856 private static native void nAddPath(long nPath, long src); in nAddPath() method in Path
857 private static native void nAddPath(long nPath, long src, long matrix); in nAddPath() method in Path
/frameworks/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java412 /*package*/ static void nAddPath(long nPath, long src, float dx, float dy) { in nAddPath() method in Path_Delegate
417 /*package*/ static void nAddPath(long nPath, long src) { in nAddPath() method in Path_Delegate
422 /*package*/ static void nAddPath(long nPath, long src, long matrix) { in nAddPath() method in Path_Delegate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22486 Landroid/graphics/Path;->nAddPath(JJ)V
22487 Landroid/graphics/Path;->nAddPath(JJFF)V
22488 Landroid/graphics/Path;->nAddPath(JJJ)V