Searched defs:nAddPath (Results 1 – 2 of 2) sorted by relevance
/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
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 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
|