Searched refs:MATRIX_ARRAY_SIZE (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 25 constexpr uint32_t MATRIX_ARRAY_SIZE = 16; member 85 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std::array<float, MATRIX_ARRAY_SIZE>& lMat, in MatrixProduct() 86 const std::array<float, MATRIX_ARRAY_SIZE>& rMat) in MatrixProduct() 89 return std::array<float, MATRIX_ARRAY_SIZE> { in MatrixProduct() 162 void SurfaceUtils::ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrix() 189 std::array<float, MATRIX_ARRAY_SIZE> cropMatrix = {sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1}; in ComputeTransformMatrix() 250 void SurfaceUtils::ComputeTransformMatrixV2(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrixV2() 287 std::array<float, MATRIX_ARRAY_SIZE> cropMatrix = {sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1}; in ComputeTransformMatrixV2()
|
Completed in 1 milliseconds