Home
last modified time | relevance | path

Searched refs:OH_NativeImage_GetTransformMatrixV2 (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/inner_api/surface/
H A Dnative_image.h160 * @useinstead OH_NativeImage_GetTransformMatrixV2
221 int32_t OH_NativeImage_GetTransformMatrixV2(OH_NativeImage* image, float matrix[16]);
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp118 int32_t OH_NativeImage_GetTransformMatrixV2(OH_NativeImage* image, float matrix[16]) in OH_NativeImage_GetTransformMatrixV2() function
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp676 int32_t ret = OH_NativeImage_GetTransformMatrixV2(image, matrix); in HWTEST_F()
698 int32_t ret = OH_NativeImage_GetTransformMatrixV2(nullptr, nullptr); in HWTEST_F()
702 ret = OH_NativeImage_GetTransformMatrixV2(imageNew, nullptr); in HWTEST_F()
708 ret = OH_NativeImage_GetTransformMatrixV2(imageNew, matrix); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_opengl_system_test.cpp488 int32_t ret = OH_NativeImage_GetTransformMatrixV2(newImage, matrix); in HWTEST_F()

Completed in 4 milliseconds