Home
last modified time | relevance | path

Searched refs:setMatrix (Results 1 – 25 of 125) sorted by relevance

12345

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
H A DReduceBrightColorsTintControllerTest.java57 tintController.setMatrix(50); in setAndGetMatrix()
74 tintController.setMatrix(-50); in setAndGetMatrixClampToZero()
91 tintController.setMatrix(120); in setAndGetMatrixClampTo100()
108 tintController.setMatrix(50); in returnsIdentityMatrixWhenNotActivated()
126 tintController.setMatrix(0); in getAdjustedBrightnessZeroRbcStrengthFullBrightness()
135 tintController.setMatrix(100); in getAdjustedBrightnessFullRbcStrengthFullBrightness()
144 tintController.setMatrix(0); in getAdjustedBrightnessZeroRbcStrengthLowBrightness()
153 tintController.setMatrix(100); in getAdjustedBrightnessFullRbcStrengthLowBrightness()
H A DDisplayWhiteBalanceTintControllerTest.java43 mDisplayWhiteBalanceTintController.setMatrix(max + 1); in displayWhiteBalance_setTemperatureOverMax()
52 mDisplayWhiteBalanceTintController.setMatrix(min - 1); in displayWhiteBalance_setTemperatureBelowMin()
62 mDisplayWhiteBalanceTintController.setMatrix(colorTemperature); in displayWhiteBalance_setValidTemperature()
75 .setMatrix(mDisplayWhiteBalanceTintController.mCurrentColorTemperature + 1); in displayWhiteBalance_setMatrixValidDwbCalculation()
85 .setMatrix(mDisplayWhiteBalanceTintController.mCurrentColorTemperature + 1); in displayWhiteBalance_setMatrixInvalidDwbCalculation()
H A DGlobalSaturationTintControllerTest.java34 tintController.setMatrix(50); in setAndGetMatrix()
45 tintController.setMatrix(100); in resetMatrix()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java86 private void setMatrix() { in setMatrix() method in ScriptIntrinsicColorMatrix
100 setMatrix(); in setColorMatrix()
111 setMatrix(); in setColorMatrix()
173 setMatrix(); in setGreyscale()
192 setMatrix(); in setYUVtoRGB()
211 setMatrix(); in setRGBtoYUV()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicColorMatrix.java73 private void setMatrix() {
87 setMatrix();
98 setMatrix();
160 setMatrix();
179 setMatrix();
198 setMatrix();
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java73 public TransactionCompat setMatrix(SurfaceControlCompat surfaceControl, float dsdx, float dtdx, in setMatrix() method in TransactionCompat
75 mTransaction.setMatrix(surfaceControl.mSurfaceControl, dsdx, dtdx, dtdy, dsdy); in setMatrix()
79 public TransactionCompat setMatrix(SurfaceControlCompat surfaceControl, Matrix matrix) { in setMatrix() method in TransactionCompat
80 mTransaction.setMatrix(surfaceControl.mSurfaceControl, matrix, mTmpValues); in setMatrix()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
H A DCounterRotator.java54 t.setMatrix(mSurface, 0, 1, -1, 0); in setup()
57 t.setMatrix(mSurface, -1, 0, 0, -1); in setup()
60 t.setMatrix(mSurface, 0, -1, 1, 0); in setup()
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DCropAlignedImageView.java77 setMatrix(); in setFrame()
82 private void setMatrix() { in setMatrix() method in CropAlignedImageView
128 setMatrix(); in setImageAdditionalScale()
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java79 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
149 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
169 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
187 t.setMatrix(mLeash, mTransformation.getMatrix(), mMatrix); in onAnimationUpdateInner()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java53 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scale()
70 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scale()
92 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndCrop()
124 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndRotate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java94 tx.setMatrix(leash, mTmpTransform, mTmpFloat9); in scale()
116 tx.setMatrix(leash, mTmpTransform, mTmpFloat9) in scaleAndCrop()
163 tx.setMatrix(leash, mTmpTransform, mTmpFloat9).setWindowCrop(leash, crop); in rotateAndScaleWithCrop()
175 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp512 fgSurface->doTransaction([&](auto &t, auto &sc) { t.setMatrix(sc, 2.0, 0, 0, 4.0); }); in TEST_F()
653 t.setMatrix(sc, 0, 1, -1, 0); // 90 degrees in TEST_F()
659 t.setMatrix(sc, -1, 0, 0, -1); // 180 degrees in TEST_F()
665 t.setMatrix(sc, 0, -1, 1, 0); // 270 degrees in TEST_F()
675 t.setMatrix(sc, 0, 2, -4, 0); // 90 degrees in TEST_F()
681 t.setMatrix(sc, -2, 0, 0, -4); // 180 degrees in TEST_F()
687 t.setMatrix(sc, 0, -2, 4, 0); // 270 degrees in TEST_F()
699 t.setMatrix(sc, 0, 2, -4, 0); // 90 degrees in TEST_F()
705 t.setMatrix(sc, -2, 0, 0, -4); // 180 degrees in TEST_F()
711 t.setMatrix(sc, 0, -2, 4, 0); // 270 degrees in TEST_F()
[all …]
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp61 canvas->setMatrix(mDisplayList->mParentMatrix); in onDraw()
113 canvas->setMatrix(mStartBarrier->mDisplayList->mParentMatrix); in onDraw()
168 canvas->setMatrix(mStartBarrier->mDisplayList->mParentMatrix); in drawShadow()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java148 setMatrix(); in setPreviewSize()
154 setMatrix(); in setMirror()
159 setMatrix(); in setDisplayOrientation()
162 private void setMatrix() { in setMatrix() method in FocusOverlayManager
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSeamlessRotator.java76 transaction.setMatrix(win.getSurfaceControl(), mTransform, mFloat9); in unrotate()
110 t.setMatrix(win.mSurfaceControl, mTransform, mFloat9); in finish()
/aosp12/frameworks/base/core/java/android/view/
H A DGhostView.java64 public void setMatrix(Matrix matrix) { in setMatrix() method in GhostView
122 ghostView.setMatrix(matrix); in addGhost()
133 ghostView.setMatrix(matrix); in addGhost()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DFocusOverlayManager.java143 setMatrix(); in setPreviewSize()
149 setMatrix(); in setMirror()
152 private void setMatrix() { in setMatrix() method in FocusOverlayManager
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerRenderTypeTransaction_test.cpp717 Transaction().setMatrix(layer, 1.0f, 0.0f, 0.0f, 1.0f).setPosition(layer, 0, 0).apply(); in TEST_P()
724 Transaction().setMatrix(layer, -1.0f, 0.0f, 0.0f, 1.0f).setPosition(layer, 32, 0).apply(); in TEST_P()
731 Transaction().setMatrix(layer, 1.0f, 0.0f, 0.0f, -1.0f).setPosition(layer, 0, 32).apply(); in TEST_P()
738 Transaction().setMatrix(layer, 0.0f, 1.0f, -1.0f, 0.0f).setPosition(layer, 32, 0).apply(); in TEST_P()
745 Transaction().setMatrix(layer, 2.0f, 0.0f, 0.0f, 2.0f).setPosition(layer, 0, 0).apply(); in TEST_P()
767 Transaction().setMatrix(layer, -1.0f, 0.0f, 0.0f, 1.0f).apply(); in TEST_P()
774 Transaction().setMatrix(layer, 1.0f, 0.0f, 0.0f, -1.0f).apply(); in TEST_P()
781 Transaction().setMatrix(layer, 0.0f, 1.0f, -1.0f, 0.0f).apply(); in TEST_P()
788 Transaction().setMatrix(layer, 2.0f, 0.0f, 0.0f, 2.0f).apply(); in TEST_P()
804 Transaction().setMatrix(layer, rot, rot, -rot, rot).setPosition(layer, trans, 0).apply(); in TEST_P()
[all …]
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasOpRasterizer.cpp39 destination->setMatrix(SkMatrix::Concat(currentGlobalTransform, op->transform())); in rasterizeCanvasBuffer()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java109 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() method in StubTransaction
115 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, Matrix matrix, float[] float9) { in setMatrix() method in StubTransaction
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DTexture.h37 void setMatrix(float const* matrix);
/aosp12/frameworks/av/media/libstagefright/renderfright/include/renderengine/
H A DTexture.h37 void setMatrix(float const* matrix);
/aosp12/frameworks/native/libs/renderengine/
H A DTexture.cpp39 void Texture::setMatrix(float const* matrix) { in setMatrix() function in android::renderengine::Texture
/aosp12/frameworks/av/media/libstagefright/renderfright/
H A DTexture.cpp39 void Texture::setMatrix(float const* matrix) { in setMatrix() function in android::renderengine::Texture
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/fullscreen/
H A DFullscreenUnfoldController.java115 .setMatrix(context.mLeash, context.mMatrix, FLOAT_9) in onStateChangeProgress()
185 .setMatrix(context.mLeash, 1.0F, 0.0F, 0.0F, 1.0F) in resetSurface()

12345