Home
last modified time | relevance | path

Searched refs:ComputeTransformMatrix (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_utils_test.cpp198 * Function: ComputeTransformMatrix
202 * CaseDescription: 1. call ComputeTransformMatrix
219 utils->ComputeTransformMatrix(matrix, TRANSFORM_MATRIX_SIZE, tmpBuffer, transform, crop); in HWTEST_F()
225 utils->ComputeTransformMatrix(matrix, 16, buffer, transform, crop); in HWTEST_F()
237 * Function: ComputeTransformMatrix
241 * CaseDescription: 1. call ComputeTransformMatrix with small crop
258 utils->ComputeTransformMatrix(matrix, 16, buffer, transform, crop); in HWTEST_F()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_utils.h35 void ComputeTransformMatrix(float matrix[16], uint32_t matrixSize,
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp63 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, transformType, crop); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp162 void SurfaceUtils::ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrix() function in OHOS::SurfaceUtils
H A Dbuffer_queue.cpp686 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, lastFlushedTransform_, damage); in GetLastFlushedBuffer()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp104 utils->ComputeTransformMatrix(currentTransformMatrix_, TRANSFORM_MATRIX_ELE_COUNT, in UpdateSurfaceInfo()

Completed in 6 milliseconds