Searched defs:nSetSkew (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 902 private static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() method in Matrix 904 private static native void nSetSkew(long nObject, float kx, float ky); in nSetSkew() method in Matrix
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 345 /*package*/ static void nSetSkew(long native_object, float kx, float ky, in nSetSkew() method in Matrix_Delegate 356 /*package*/ static void nSetSkew(long native_object, float kx, float ky) { in nSetSkew() method in Matrix_Delegate
|