Searched refs:native_rLineTo (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java253 /*package*/ static void native_rLineTo(long nPath, float dx, float dy) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java372 native_rLineTo(mNativePath, dx, dy);
824 private static native void native_rLineTo(long nPath, float dx, float dy); method in class:Path

Completed in 57 milliseconds