| /frameworks/base/graphics/java/android/graphics/ | 
| 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 …] 
 | 
| D | Canvas.java | 702     public void scale(float sx, float sy) {  in scale() 715     public final void scale(float sx, float sy, float px, float py) {  in scale() 752     public void skew(float sx, float sy) {  in skew()
  | 
| /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ | 
| D | ColorCube.java | 43         final int sx = 32;  in initCube()  local
  | 
| /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ | 
| D | ColorCube.java | 43         final int sx = 32;  in initCube()  local
  | 
| /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ | 
| D | ColorCube.java | 35         final int sx = 32;  in initCube()  local
  | 
| /frameworks/base/core/jni/android/opengl/ | 
| D | poly.h | 35     float sx, sy, sz, sw;	/* screen space position (sometimes homo.) */  member
  | 
| /frameworks/base/libs/hwui/ | 
| 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()
  | 
| D | Matrix.h | 166     void scale(float sx, float sy, float sz) {  in scale() 172     void skew(float sx, float sy) {  in skew()
  | 
| /frameworks/base/libs/hwui/jni/ | 
| D | android_graphics_Matrix.cpp | 168 …static void setScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat…  in setScale__FFFF() 174     static void setScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) {  in setScale__FF() 225 …static void preScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat…  in preScale__FFFF() 231     static void preScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) {  in preScale__FF() 269     static void postScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy,  in postScale__FFFF() 275     static void postScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) {  in postScale__FF()
  | 
| /frameworks/native/libs/gui/ | 
| D | GLConsumerUtils.cpp | 69         float tx = 0.0f, ty = 0.0f, sx = 1.0f, sy = 1.0f;  in computeTransformMatrix()  local
  | 
| /frameworks/base/libs/hwui/canvas/ | 
| D | CanvasFrontend.h | 171     void scale(float sx, float sy) {  in scale() 177     void skew(float sx, float sy) {  in skew()
  | 
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ | 
| D | AnimatableScaleMatrix.java | 94     public void setScale(float sx, float sy, float px, float py) {  in setScale()
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ | 
| D | AccessorizedBatteryDrawable.kt | 112             val sx = b.right / BATTERY_WIDTH_WITH_SHIELD  in <lambda>()  constant
  | 
| /frameworks/native/opengl/tests/tritex/ | 
| D | tritex.cpp | 60     float sx = fy * upZ - fz * upY;  in gluLookAt()  local
  | 
| /frameworks/native/opengl/tests/gl_jni/jni/ | 
| D | gl_code.cpp | 54     float sx = fy * upZ - fz * upY;  in gluLookAt()  local
  | 
| /frameworks/base/core/java/android/gesture/ | 
| D | GestureStroke.java | 166         float sx = width / rect.width();  in toPath()  local
  | 
| D | GestureUtils.java | 99         float sx = targetPatchSize / gestureWidth;  in spatialSampling()  local 585     static float[] scale(float[] points, float sx, float sy) {  in scale()
  | 
| D | Gesture.java | 238         final float sx = (width - 2 * inset) / bounds.width();  in toBitmap()  local
  | 
| /frameworks/base/core/java/android/view/animation/ | 
| D | ScaleAnimation.java | 242         float sx = 1.0f;  in applyTransformation()  local
  | 
| /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ | 
| D | TestLatencyView.java | 119                 float sx = (x + dx * step) * mScaleX + mOffsetX;  in onDrawFrame()  local
  | 
| /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ | 
| D | LoaderDicom.java | 473         float sx = Float.parseFloat(pss[0]);  in buildRSVolume()  local 597                     float sx = Float.parseFloat(pss[0]);  in buildRSVolume2()  local
  | 
| /frameworks/native/services/surfaceflinger/FrontEnd/ | 
| D | RequestedLayerState.cpp | 353     float sx = static_cast<float>(destW) / static_cast<float>(bufferSize.width);  in getTransform()  local
  | 
| /frameworks/base/opengl/java/android/opengl/ | 
| D | Matrix.java | 826         float sx = (float) Math.sin(x);  in setRotateEulerM()  local 884         float sx = (float) Math.sin(x);  in setRotateEulerM2()  local 948         float sx = fy * upZ - fz * upY;  in setLookAtM()  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 | 65     float sx = fy * upZ - fz * upY;  in gluLookAt()  local
  |