Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java781 nTransform(mNativePath, matrix.ni(), dstNative); in transform()
791 nTransform(mNativePath, matrix.ni()); in transform()
867 private static native void nTransform(long nPath, long matrix, long dst_path); in nTransform() method in Path
868 private static native void nTransform(long nPath, long matrix); in nTransform() method in Path
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java453 /*package*/ static void nTransform(long nPath, long matrix, in nTransform() method in Path_Delegate
472 /*package*/ static void nTransform(long nPath, long matrix) { in nTransform() method in Path_Delegate
473 nTransform(nPath, matrix, 0); in nTransform()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21094 Landroid/graphics/Path;->nTransform(JJ)V
21095 Landroid/graphics/Path;->nTransform(JJJ)V