Searched refs:ComputeTransformMatrix (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | surface_utils_test.cpp | 198 * 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 D | surface_utils.h | 35 void ComputeTransformMatrix(float matrix[16], uint32_t matrixSize,
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/ |
H A D | surfaceutils_fuzzer.cpp | 63 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, transformType, crop); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 162 void SurfaceUtils::ComputeTransformMatrix(float matrix[MATRIX_ARRAY_SIZE], uint32_t matrixSize, in ComputeTransformMatrix() function in OHOS::SurfaceUtils
|
H A D | buffer_queue.cpp | 686 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, lastFlushedTransform_, damage); in GetLastFlushedBuffer()
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 104 utils->ComputeTransformMatrix(currentTransformMatrix_, TRANSFORM_MATRIX_ELE_COUNT, in UpdateSurfaceInfo()
|
Completed in 6 milliseconds