• Home
  • Raw
  • Download

Lines Matching refs:sy

69         public void setScale(float sx, float sy, float px, float py) {
74 public void setScale(float sx, float sy) {
121 public boolean preScale(float sx, float sy, float px, float py) {
127 public boolean preScale(float sx, float sy) {
169 public boolean postScale(float sx, float sy, float px, float py) {
175 public boolean postScale(float sx, float sy) {
327 public void setScale(float sx, float sy, float px, float py) { in setScale() argument
328 nSetScale(native_instance, sx, sy, px, py); in setScale()
332 public void setScale(float sx, float sy) { in setScale() argument
333 nSetScale(native_instance, sx, sy); in setScale()
407 public boolean preScale(float sx, float sy, float px, float py) { in preScale() argument
408 nPreScale(native_instance, sx, sy, px, py); in preScale()
415 public boolean preScale(float sx, float sy) { in preScale() argument
416 nPreScale(native_instance, sx, sy); in preScale()
471 public boolean postScale(float sx, float sy, float px, float py) { in postScale() argument
472 nPostScale(native_instance, sx, sy, px, py); in postScale()
479 public boolean postScale(float sx, float sy) { in postScale() argument
480 nPostScale(native_instance, sx, sy); in postScale()
890 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() argument
892 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() argument
911 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() argument
913 private static native void nPreScale(long nObject, float sx, float sy); in nPreScale() argument
927 private static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() argument
929 private static native void nPostScale(long nObject, float sx, float sy); in nPostScale() argument