Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPath.java437 nConicTo(mNativePath, x1, y1, x2, y2, weight); in conicTo()
869 private static native void nConicTo(long nPath, float x1, float y1, float x2, float y2, in nConicTo() method in Path