Searched refs:native_preSkew (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 430 native_preSkew(native_instance, kx, ky, px, py); in preSkew() 439 native_preSkew(native_instance, kx, ky); in preSkew() 878 private static native void native_preSkew(long native_object, in native_preSkew() method in Matrix 880 private static native void native_preSkew(long native_object, in native_preSkew() method in Matrix
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 433 /*package*/ static void native_preSkew(long native_object, float kx, float ky, in native_preSkew() method in Matrix_Delegate 442 /*package*/ static void native_preSkew(long native_object, float kx, float ky) { in native_preSkew() method in Matrix_Delegate
|