Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java908 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/
DMatrix_Delegate.java397 /*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