/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 328 public void setScale(float sx, float sy, float px, float py) { in setScale() 333 public void setScale(float sx, float sy) { in setScale() 408 public boolean preScale(float sx, float sy, float px, float py) { in preScale() 416 public boolean preScale(float sx, float sy) { in preScale() 472 public boolean postScale(float sx, float sy, float px, float py) { in postScale() 480 public boolean postScale(float sx, float sy) { in postScale() 889 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() 891 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() 910 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() 912 private static native void nPreScale(long nObject, float sx, float sy); in nPreScale() [all …]
|
D | Canvas.java | 734 public void scale(float sx, float sy) { in scale() 747 public final void scale(float sx, float sy, float px, float py) { in scale() 784 public void skew(float sx, float sy) { in skew() 1423 private static native void nScale(long canvasHandle, float sx, float sy); in nScale() 1427 private static native void nSkew(long canvasHandle, float sx, float sy); in nSkew()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | ColorCube.java | 44 final int sy = 32; in initCube() local
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | ColorCube.java | 44 final int sy = 32; in initCube() local
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ColorCube.java | 36 final int sy = 32; in initCube() local
|
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 62 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; in computeTransformMatrix() local
|
/frameworks/base/core/jni/android/opengl/ |
D | poly.h | 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 267 /*package*/ static void nSetScale(long native_object, float sx, float sy, in nSetScale() 278 /*package*/ static void nSetScale(long native_object, float sx, float sy) { in nSetScale() 400 /*package*/ static void nPreScale(long native_object, float sx, float sy, in nPreScale() 409 /*package*/ static void nPreScale(long native_object, float sx, float sy) { in nPreScale() 473 /*package*/ static void nPostScale(long native_object, float sx, float sy, in nPostScale() 482 /*package*/ static void nPostScale(long native_object, float sx, float sy) { in nPostScale() 551 float ty, sy = dst.height() / src.height(); in nSetRectToRect() local 981 /*package*/ static float[] getScale(float sx, float sy) { in getScale() 992 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { in getScale()
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 166 void scale(float sx, float sy, float sz) { in scale() 172 void skew(float sx, float sy) { in skew()
|
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()
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 173 static void setScale__FFFF(jlong objHandle, jfloat sx, jfloat sy, jfloat px, in setScale__FFFF() 179 static void setScale__FF(jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF() 230 static void preScale__FFFF(jlong objHandle, jfloat sx, jfloat sy, jfloat px, in preScale__FFFF() 236 static void preScale__FF(jlong objHandle, jfloat sx, jfloat sy) { in preScale__FF() 274 static void postScale__FFFF(jlong objHandle, jfloat sx, jfloat sy, in postScale__FFFF() 280 static void postScale__FF(jlong objHandle, jfloat sx, jfloat sy) { in postScale__FF()
|
/frameworks/layoutlib/bridge/src/android/view/ |
D | ViewGroup_Delegate.java | 156 int sy = child.mScrollY; in transformCanvas() local
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 61 float sy = fz * upX - fx * upZ; in gluLookAt() local
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 55 float sy = fz * upX - fx * upZ; in gluLookAt() local
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 243 float sy = 1.0f; in applyTransformation() local
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 167 float sy = height / rect.height(); in toPath() local
|
D | GestureUtils.java | 100 float sy = targetPatchSize / gestureHeight; in spatialSampling() local 585 static float[] scale(float[] points, float sx, float sy) { in scale()
|
D | Gesture.java | 239 final float sy = (height - 2 * inset) / bounds.height(); in toBitmap() local
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 120 float sy = (y + dy * step) * mScaleY + mOffsetY; in onDrawFrame() local
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 474 float sy = Float.parseFloat(pss[1]); in buildRSVolume() local 598 float sy = Float.parseFloat(pss[1]); in buildRSVolume2() local
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 280 public Quad scale2(float sx, float sy) { in scale2()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 66 float sy = fz * upX - fx * upZ; in gluLookAt() local
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 242 float sy = dst_height / src_height; in setProjection() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | Matrix.java | 654 float sy = (float) Math.sin(y); in setRotateEulerM() local 717 float sy = fz * upX - fx * upZ; in setLookAtM() local
|
/frameworks/base/libs/hwui/surfacetexture/ |
D | SurfaceTexture.cpp | 307 float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f; in computeTransformMatrix() local
|