Home
last modified time | relevance | path

Searched defs:nSetSkew (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java903 private static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() method in Matrix
905 private static native void nSetSkew(long nObject, float kx, float ky); in nSetSkew() method in Matrix
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java344 /*package*/ static void nSetSkew(long native_object, float kx, float ky, in nSetSkew() method in Matrix_Delegate
355 /*package*/ static void nSetSkew(long native_object, float kx, float ky) { in nSetSkew() method in Matrix_Delegate