Home
last modified time | relevance | path

Searched refs:tmpMatrix (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java551 void writeSelfToParcel(Parcel out, PooledStringWriter pwriter, float[] tmpMatrix) { in writeSelfToParcel() argument
774 @Nullable float[] tmpMatrix) { in initializeFromParcelWithoutChildren() argument
856 if (tmpMatrix == null) { in initializeFromParcelWithoutChildren()
857 tmpMatrix = new float[9]; in initializeFromParcelWithoutChildren()
859 in.readFloatArray(tmpMatrix); in initializeFromParcelWithoutChildren()
860 mMatrix.setValues(tmpMatrix); in initializeFromParcelWithoutChildren()
901 boolean sanitizeOnWrite, @Nullable float[] tmpMatrix, boolean willWriteChildren) { in writeSelfToParcel() argument
1091 if (tmpMatrix == null) { in writeSelfToParcel()
1092 tmpMatrix = new float[9]; in writeSelfToParcel()
1094 mMatrix.getValues(tmpMatrix); in writeSelfToParcel()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp174 dataspace, [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
176 std::copy_n(tmpMatrix.data(), matrix.size(), matrix.begin()); in getDataspaceSaturationMatrix()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp943 [&](const auto& tmpError, const auto& tmpMatrix) { in getDataspaceSaturationMatrix() argument
948 *outMatrix = mat4(tmpMatrix.data()); in getDataspaceSaturationMatrix()