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