Home
last modified time | relevance | path

Searched refs:nPreScale (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java408 nPreScale(native_instance, sx, sy, px, py); in preScale()
416 nPreScale(native_instance, sx, sy); in preScale()
911 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
/frameworks/layoutlib/bridge/src/android/graphics/
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
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20852 Landroid/graphics/Matrix;->nPreScale(JFF)V
20853 Landroid/graphics/Matrix;->nPreScale(JFFFF)V