Searched refs:mTransformMatrix (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 69 RenderProperties::ComputedFields::ComputedFields() : mTransformMatrix(nullptr) {} in ComputedFields() 72 delete mTransformMatrix; in ~ComputedFields() 124 dumpMatrix(output, indent, "ConcatMatrix ", mComputedFields.mTransformMatrix); in debugOutputProperties() 181 if (!mComputedFields.mTransformMatrix) { in updateMatrix() 183 mComputedFields.mTransformMatrix = new SkMatrix(); in updateMatrix() 189 SkMatrix* transform = mComputedFields.mTransformMatrix; in updateMatrix()
|
D | RenderProperties.h | 462 return mComputedFields.mTransformMatrix; in getTransformMatrix() 597 SkMatrix* mTransformMatrix; member
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
D | GpuVideoTrackDecoder.java | 58 private final float[] mTransformMatrix; field in GpuVideoTrackDecoder 85 mTransformMatrix = new float[16]; in GpuVideoTrackDecoder() 149 mSurfaceTexture.getTransformMatrix(mTransformMatrix); in copyFrameDataTo() 152 imageShader.setSourceTransform(mTransformMatrix); in copyFrameDataTo()
|
/frameworks/base/services/core/java/com/android/server/display/color/ |
D | AppSaturationController.java | 154 private float[] mTransformMatrix = new float[9]; field in AppSaturationController.SaturationController 176 computeGrayscaleTransformMatrix(mSaturationLevel / 100f, mTransformMatrix); in updateState() 185 controller.applyAppSaturation(mTransformMatrix, TRANSLATION_VECTOR); in updateState()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 395 std::copy(std::begin(mTransformMatrix), std::end(mTransformMatrix), matrix); in getDrawingTransformMatrix() 492 GLConsumer::computeTransformMatrix(mTransformMatrix.data(), mActiveBuffer, mCurrentCrop, in setFilteringEnabled()
|
D | BufferStateLayer.h | 148 std::array<float, 16> mTransformMatrix{IDENTITY_MATRIX};
|