Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java273 native_quadTo(mNativePath, x1, y1, x2, y2); in quadTo()
624 private static native void native_quadTo(int nPath, float x1, float y1, in native_quadTo() method in Path
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java251 /*package*/ static void native_quadTo(int nPath, float x1, float y1, float x2, float y2) { in native_quadTo() method in Path_Delegate