Searched refs:MatrixProduct (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 85 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std::array<float, MATRIX_ARRAY_SIZE>& lMat, in MatrixProduct() function in OHOS::SurfaceUtils 125 *transformMatrix = MatrixProduct(*transformMatrix, rotate90); in ComputeTransformByMatrix() 128 *transformMatrix = MatrixProduct(*transformMatrix, rotate180); in ComputeTransformByMatrix() 131 *transformMatrix = MatrixProduct(*transformMatrix, rotate270); in ComputeTransformByMatrix() 134 *transformMatrix = MatrixProduct(*transformMatrix, flipH); in ComputeTransformByMatrix() 137 *transformMatrix = MatrixProduct(*transformMatrix, flipV); in ComputeTransformByMatrix() 140 *transformMatrix = MatrixProduct(flipH, rotate90); in ComputeTransformByMatrix() 143 *transformMatrix = MatrixProduct(flipV, rotate90); in ComputeTransformByMatrix() 146 *transformMatrix = MatrixProduct(flipH, rotate180); in ComputeTransformByMatrix() 149 *transformMatrix = MatrixProduct(flip in ComputeTransformByMatrix() [all...] |
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_utils.h | 47 std::array<float, 16> MatrixProduct(const std::array<float, 16>& lMat, const std::array<float, 16>& rMat);
|
Completed in 2 milliseconds