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

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

Completed in 7 milliseconds