Searched defs:native_rQuadTo (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java273 /*package*/ static void native_rQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2) { method in class:Path_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPath.java406 native_rQuadTo(mNativePath, dx1, dy1, dx2, dy2);
822 private static native void native_rQuadTo(long nPath, float dx1, float dy1, method in class:Path

Completed in 73 milliseconds