Searched refs:nAddPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 696 nAddPath(mNativePath, src.mNativePath, dx, dy); in addPath() 706 nAddPath(mNativePath, src.mNativePath); in addPath() 716 nAddPath(mNativePath, src.mNativePath, matrix.native_instance); in addPath() 861 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() method in Path 862 private static native void nAddPath(long nPath, long src); in nAddPath() method in Path 863 private static native void nAddPath(long nPath, long src, long matrix); in nAddPath() method in Path
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 412 /*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
|