Searched defs:native_preSkew (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java433 /*package*/ static void native_preSkew(long native_object, float kx, float ky, method in class:Matrix_Delegate
442 /*package*/ static void native_preSkew(long native_object, float kx, float ky) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java430 native_preSkew(native_instance, kx, ky, px, py);
439 native_preSkew(native_instance, kx, ky);
878 private static native void native_preSkew(long native_object, method in class:Matrix
880 private static native void native_preSkew(long native_object, method in class:Matrix

Completed in 508 milliseconds