Home
last modified time | relevance | path

Searched refs:NativeWindowGetTransformHint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dwindow.h69 int32_t NativeWindowGetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType *transfo…
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp154 NativeWindowGetTransformHint(nativeWindow, &transform); in NativeWindowFuzzTest()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp1871 ASSERT_EQ(NativeWindowGetTransformHint(nullptr, &transform), OHOS::GSERROR_INVALID_ARGUMENTS);
1875 ASSERT_EQ(NativeWindowGetTransformHint(nativeWindow, &transform), OHOS::GSERROR_OK);
2026 ASSERT_EQ(NativeWindowGetTransformHint(nativeWindow, nullptr), SURFACE_ERROR_INVALID_PARAM);
2077 …ASSERT_EQ(NativeWindowGetTransformHint(nativeWindowTemp, &transform), OHOS::GSERROR_INVALID_ARGUME…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp641 err = NativeWindowGetTransformHint(window, &transformHint); in SetWindowTransform()
676 int err = NativeWindowGetTransformHint(window, &curWindowTransformType); in SetWindowBufferUsage()
1342 err = NativeWindowGetTransformHint(window, &transformHint); in GetPhysicalDeviceSurfaceCapabilitiesKHR()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp675 int32_t NativeWindowGetTransformHint(OHNativeWindow *window, OH_NativeBuffer_TransformType *transfo… in NativeWindowGetTransformHint() function