Searched refs:nPreScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 407 nPreScale(native_instance, sx, sy, px, py); in preScale() 415 nPreScale(native_instance, sx, sy); in preScale() 908 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() method in Matrix 910 private static native void nPreScale(long nObject, float sx, float sy); in nPreScale() method in Matrix
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 397 /*package*/ static void nPreScale(long native_object, float sx, float sy, in nPreScale() method in Matrix_Delegate 406 /*package*/ static void nPreScale(long native_object, float sx, float sy) { in nPreScale() method in Matrix_Delegate
|