/aosp14/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 …]
|
H A 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()
|
H A D | Bitmap.java | 828 final float sy = dstHeight / (float) height; in createScaledBitmap() local
|
/aosp14/frameworks/base/core/jni/android/opengl/ |
H A D | poly.h | 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member
|
/aosp14/frameworks/base/libs/hwui/ |
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()
|
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()
|
H A D | SkiaCanvas.cpp | 347 void SkiaCanvas::scale(float sx, float sy) { in scale() 351 void SkiaCanvas::skew(float sx, float sy) { in skew()
|
H A D | RecordingCanvas.cpp | 172 SkScalar sx, sy; member 780 void DisplayListData::scale(SkScalar sx, SkScalar sy) { in scale() 1082 void RecordingCanvas::didScale(SkScalar sx, SkScalar sy) { in didScale()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A 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()
|
H A D | android_graphics_Canvas.cpp | 165 static void scale(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat sx, jfloat sy) { in scale() 169 static void skew(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat sx, jfloat sy) { in skew()
|
H A D | android_graphics_RenderNode.cpp | 289 …oolean android_view_RenderNode_setScaleY(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr, float sy) { in android_view_RenderNode_setScaleY()
|
/aosp14/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasFrontend.h | 171 void scale(float sx, float sy) { in scale() 177 void skew(float sx, float sy) { in skew()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 100 float sy = targetPatchSize / gestureHeight; in spatialSampling() local 585 static float[] scale(float[] points, float sx, float sy) { in scale()
|
H A D | GestureStroke.java | 167 float sy = height / rect.height(); in toPath() local
|
H A D | Gesture.java | 239 final float sy = (height - 2 * inset) / bounds.height(); in toBitmap() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/ |
H A D | AccessorizedBatteryDrawable.kt | 113 val sy = b.bottom / BATTERY_HEIGHT_WITH_SHIELD regex
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | ScaleAnimation.java | 243 float sy = 1.0f; in applyTransformation() local
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 828 float sy = (float) Math.sin(y); in setRotateEulerM() local 886 float sy = (float) Math.sin(y); in setRotateEulerM2() local 949 float sy = fz * upX - fx * upZ; in setLookAtM() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 280 public Quad scale2(float sx, float sy) { in scale2()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 58 public abstract void scale(float sx, float sy, float sz); in scale()
|
H A D | GLES20Canvas.java | 411 public void scale(float sx, float sy, float sz) { in scale()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewPager.java | 778 int sy = getScrollY(); in smoothScrollTo() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | View.java | 23642 int sy = 0; in draw() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |