Home
last modified time | relevance | path

Searched refs:native_addPath (Results 1 – 2 of 2) sorted by relevance

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