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

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

Completed in 2373 milliseconds