Searched defs:native_addPath (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java406 /*package*/ static void native_addPath(long nPath, long src, float dx, float dy) { method in class:Path_Delegate
411 /*package*/ static void native_addPath(long nPath, long src) { method in class:Path_Delegate
416 /*package*/ static void native_addPath(long nPath, long src, long matrix) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java672 native_addPath(mNativePath, src.mNativePath, dx, dy);
682 native_addPath(mNativePath, src.mNativePath);
692 native_addPath(mNativePath, src.mNativePath, matrix.native_instance);
851 private static native void native_addPath(long nPath, long src, float dx, float dy); method in class:Path
852 private static native void native_addPath(long nPath, long src); method in class:Path
853 private static native void native_addPath(long nPath, long src, long matrix); method in class:Path

Completed in 64 milliseconds