Home
last modified time | relevance | path

Searched refs:preScale (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp137 matrix->preScale(bounds.width() / intrinsicBounds.width(), in handleBounds()
153 matrix.preScale(-1, 1); in onDraw()
247 matrix.preScale(-1, 1); in drawStaging()
H A DImageDecoder.cpp442 outputMatrix.preScale(scaleX, scaleY); in decode()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java121 public boolean preScale(float sx, float sy, float px, float py) {
127 public boolean preScale(float sx, float sy) {
407 public boolean preScale(float sx, float sy, float px, float py) { in preScale() method in Matrix
415 public boolean preScale(float sx, float sy) { in preScale() method in Matrix
/aosp14/frameworks/base/libs/hwui/
H A DRenderProperties.cpp202 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
206 transform->preScale(getScaleX(), getScaleY(), getPivotX(), getPivotY()); in updateMatrix()
H A DLayer.cpp110 textureMatrixInv.preScale(1.0f / layerWidth, 1.0f / layerHeight); in draw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DPathSpecCornerPathRenderer.java118 mMatrix.preScale(cornerRadius / mPathScale, cornerRadius / mPathScale); in getCornerPath()
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapTransformsTest.kt90 m.preScale(.3f, .3f)
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DCanvasFrontendTests.cpp190 m.preScale(2.0f, 4.0f); in TEST()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp228 obj->preScale(sx, sy, px, py); in preScale__FFFF()
233 obj->preScale(sx, sy); in preScale__FF()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupGetChildLocalHitRegionTest.java183 expectMatrix.preScale(1 / view.getScaleX(), 1 / view.getScaleY()); in assertGetChildLocalHitRegion()
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayShape.java338 matrix.preScale(shape.mPhysicalPixelDisplaySizeRatio, in getPath()
H A DAccessibilityInteractionController.java1080 transformMatrix.preScale(applicationScale, applicationScale); in transformBoundsWithScreenMatrix()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java528 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1316 final float[] preScale = new float[3]; in onInitStreamsAndVolumes() local
1317 preScale[0] = mContext.getResources().getFraction( in onInitStreamsAndVolumes()
1320 preScale[1] = mContext.getResources().getFraction( in onInitStreamsAndVolumes()
1323 preScale[2] = mContext.getResources().getFraction( in onInitStreamsAndVolumes()
1326 for (int i = 0; i < preScale.length; i++) { in onInitStreamsAndVolumes()
1327 if (0.0f <= preScale[i] && preScale[i] <= 1.0f) { in onInitStreamsAndVolumes()
1328 mPrescaleAbsoluteVolume[i] = preScale[i]; in onInitStreamsAndVolumes()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt15774 method public boolean preScale(float, float, float, float);
15775 method public boolean preScale(float, float);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt6452 HSPLandroid/graphics/Matrix;->preScale(FF)Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt6455 HSPLandroid/graphics/Matrix;->preScale(FF)Z