Searched defs:native_addPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java657 native_addPath(mNativePath, src.mNativePath, dx, dy);
667 native_addPath(mNativePath, src.mNativePath);
677 native_addPath(mNativePath, src.mNativePath, matrix.native_instance);
822 private static native void native_addPath(long nPath, long src, float dx, float dy); method in class:Path
823 private static native void native_addPath(long nPath, long src); method in class:Path
824 private static native void native_addPath(long nPath, long src, long matrix); method in class:Path
/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

Completed in 26 milliseconds