Home
last modified time | relevance | path

Searched defs:nPostScale (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java927 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 DMatrix_Delegate.java472 /*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