Searched refs:ComputeTransformMatrix (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | surface_utils_test.cpp | 219 utils->ComputeTransformMatrix(matrix, TRANSFORM_MATRIX_SIZE, tmpBuffer, transform, crop); 225 utils->ComputeTransformMatrix(matrix, 16, buffer, transform, crop); 258 utils->ComputeTransformMatrix(matrix, 16, buffer, transform, crop);
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_utils.h | 35 void ComputeTransformMatrix(float matrix[16], uint32_t matrixSize,
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 160 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()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 105 utils->ComputeTransformMatrix(currentTransformMatrix_, TRANSFORM_MATRIX_ELE_COUNT, in UpdateSurfaceInfo()
|