Searched refs:nAddPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 701 nAddPath(mNativePath, src.mNativePath, dx, dy); in addPath() 710 nAddPath(mNativePath, src.mNativePath); in addPath() 719 nAddPath(mNativePath, src.mNativePath, matrix.ni()); in addPath() 891 private static native void nAddPath(long nPath, long src, float dx, float dy); in nAddPath() method in Path 892 private static native void nAddPath(long nPath, long src); in nAddPath() method in Path 893 private static native void nAddPath(long nPath, long src, long matrix); in nAddPath() method in Path
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18183 Landroid/graphics/Path;->nAddPath(JJ)V 18184 Landroid/graphics/Path;->nAddPath(JJFF)V 18185 Landroid/graphics/Path;->nAddPath(JJJ)V
|