Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_utils_test.cpp219 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 Dsurface_utils.h35 void ComputeTransformMatrix(float matrix[16], uint32_t matrixSize,
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp63 utils->ComputeTransformMatrix(matrix, matrixSize, buffer, transformType, crop); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp160 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()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp105 utils->ComputeTransformMatrix(currentTransformMatrix_, TRANSFORM_MATRIX_ELE_COUNT, in UpdateSurfaceInfo()