Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp25 constexpr uint32_t MATRIX_ARRAY_SIZE = 16; variable
83 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std::array<float, MATRIX_ARR… in MatrixProduct()
84 const std::array<float, MATRIX_ARRAY_SIZE>& rMat) in MatrixProduct()
87 return std::array<float, MATRIX_ARRAY_SIZE> { in MatrixProduct()
160 void SurfaceUtils::ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrix() argument
187 …std::array<float, MATRIX_ARRAY_SIZE> cropMatrix = {sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0… in ComputeTransformMatrix()
248 void SurfaceUtils::ComputeTransformMatrixV2(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrixV2() argument
285 …std::array<float, MATRIX_ARRAY_SIZE> cropMatrix = {sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0… in ComputeTransformMatrixV2()