Searched refs:cropMatrix (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 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() local 190 transformMatrix = MatrixProduct(cropMatrix, transformMatrix); in ComputeTransformMatrix() 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() local 288 transformMatrix = MatrixProduct(cropMatrix, transformMatrix); in ComputeTransformMatrixV2()
|
Completed in 2 milliseconds