Searched refs:nAddPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 677 nAddPath(mNativePath, src.mNativePath, dx, dy); in addPath() 687 nAddPath(mNativePath, src.mNativePath); in addPath() 697 nAddPath(mNativePath, src.mNativePath, matrix.native_instance); in addPath() 851 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() method in Path 852 private static native void nAddPath(long nPath, long src); in nAddPath() method in Path 853 private static native void nAddPath(long nPath, long src, long matrix); in nAddPath() method in Path
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 408 /*package*/ static void nAddPath(long nPath, long src, float dx, float dy) { in nAddPath() method in Path_Delegate 413 /*package*/ static void nAddPath(long nPath, long src) { in nAddPath() method in Path_Delegate 418 /*package*/ static void nAddPath(long nPath, long src, long matrix) { in nAddPath() method in Path_Delegate
|