/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 327 public void setScale(float sx, float sy, float px, float py) { in setScale() 332 public void setScale(float sx, float sy) { in setScale() 407 public boolean preScale(float sx, float sy, float px, float py) { in preScale() 415 public boolean preScale(float sx, float sy) { in preScale() 471 public boolean postScale(float sx, float sy, float px, float py) { in postScale() 479 public boolean postScale(float sx, float sy) { in postScale() 890 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() 892 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() 911 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() 913 private static native void nPreScale(long nObject, float sx, float sy); in nPreScale() [all …]
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_remainderf.c | 29 u_int32_t sx; in __ieee754_remainderf() local
|
H A D | s_rintf.c | 34 int32_t i0,j0,sx; in rintf() local
|
H A D | e_remainder.c | 38 u_int32_t sx,lx,lp; in __ieee754_remainder() local
|
H A D | s_rint.c | 40 int32_t i0,j0,sx; in rint() local
|
H A D | e_fmodf.c | 33 int32_t n,hx,hy,hz,ix,iy,sx,i; in __ieee754_fmodf() local
|
H A D | s_remquof.c | 32 int32_t n,hx,hy,hz,ix,iy,sx,i; in remquof() local
|
H A D | e_fmod.c | 33 int32_t n,hx,hy,hz,ix,iy,sx,i; in __ieee754_fmod() local
|
H A D | s_remquo.c | 34 int32_t n,hx,hy,hz,ix,iy,sx,i; in remquo() local
|
H A D | e_fmodl.c | 71 int ix,iy,n,sx; in fmodl() local
|
H A D | s_remquol.c | 74 int ix,iy,n,q,sx,sxy; in remquol() local
|
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasFrontend.h | 127 void scale(float sx, float sy) { in scale() 133 void skew(float sx, float sy) { in skew()
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | ColorCube.java | 43 final int sx = 32; in initCube() local
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | ColorCube.java | 35 final int sx = 32; in initCube() local
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | ColorCube.java | 43 final int sx = 32; in initCube() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Matrix_Delegate.java | 266 /*package*/ static void nSetScale(long native_object, float sx, float sy, in nSetScale() 277 /*package*/ static void nSetScale(long native_object, float sx, float sy) { in nSetScale() 399 /*package*/ static void nPreScale(long native_object, float sx, float sy, in nPreScale() 408 /*package*/ static void nPreScale(long native_object, float sx, float sy) { in nPreScale() 472 /*package*/ static void nPostScale(long native_object, float sx, float sy, in nPostScale() 481 /*package*/ static void nPostScale(long native_object, float sx, float sy) { in nPostScale() 549 float tx, sx = dst.width() / src.width(); in nSetRectToRect() local 980 /*package*/ static float[] getScale(float sx, float sy) { in getScale() 991 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { in getScale()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | GLConsumerUtils.cpp | 62 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; in computeTransformMatrix() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Matrix.cpp | 293 void Matrix4::loadScale(float sx, float sy, float sz) { in loadScale() 303 void Matrix4::loadSkew(float sx, float sy) { in loadSkew() 512 void Matrix4::decomposeScale(float& sx, float& sy) const { in decomposeScale()
|
H A D | Matrix.h | 166 void scale(float sx, float sy, float sz) { in scale() 172 void skew(float sx, float sy) { in skew()
|
/aosp12/frameworks/base/core/jni/android/opengl/ |
H A D | poly.h | 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Matrix.cpp | 170 …static void setScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat… in setScale__FFFF() 176 static void setScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF() 227 …static void preScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat… in preScale__FFFF() 233 static void preScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in preScale__FF() 271 static void postScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, in postScale__FFFF() 277 static void postScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in postScale__FF()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | AnimatableScaleMatrix.java | 94 public void setScale(float sx, float sy, float px, float py) { in setScale()
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | vibrance.c | 42 float sx = (float)(Vib/(1+exp(-red*3))); in JNIFUNCF() local
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | vr_ui.cpp | 37 void VrRecoveryUI::DrawSurface(const GRSurface* surface, int sx, int sy, int w, int h, int dx, in DrawSurface()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | dmisc.c | 118 ULong *bx, *bxe, q, *sx, *sxe; local
|