Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java694 native_offset(mNativePath, dx, dy, dstNative); in offset()
705 native_offset(mNativePath, dx, dy); in offset()
825 private static native void native_offset(long nPath, float dx, float dy, long dst_path); in native_offset() method in Path
826 private static native void native_offset(long nPath, float dx, float dy); in native_offset() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java424 /*package*/ static void native_offset(long nPath, float dx, float dy, long dst_path) { in native_offset() method in Path_Delegate
437 /*package*/ static void native_offset(long nPath, float dx, float dy) { in native_offset() method in Path_Delegate
438 native_offset(nPath, dx, dy, 0); in native_offset()