Home
last modified time | relevance | path

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

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