Searched defs:nPostScale (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 927 private static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() method in Matrix 929 private static native void nPostScale(long nObject, float sx, float sy); in nPostScale() method in Matrix
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Matrix_Delegate.java | 472 /*package*/ static void nPostScale(long native_object, float sx, float sy, in nPostScale() method in Matrix_Delegate 481 /*package*/ static void nPostScale(long native_object, float sx, float sy) { in nPostScale() method in Matrix_Delegate
|