Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java924 private static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() method in Matrix
926 private static native void nPostScale(long nObject, float sx, float sy); in nPostScale() method in Matrix
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java470 /*package*/ static void nPostScale(long native_object, float sx, float sy, in nPostScale() method in Matrix_Delegate
479 /*package*/ static void nPostScale(long native_object, float sx, float sy) { in nPostScale() method in Matrix_Delegate