Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp675 OH_NativeBuffer_TransformType curWindowTransformType = NATIVEBUFFER_ROTATE_NONE; in SetWindowBufferUsage() local
676 int err = NativeWindowGetTransformHint(window, &curWindowTransformType); in SetWindowBufferUsage()
681 SWLOGD("NativeWindow Get NativeTransformHint %{public}d", static_cast<int>(curWindowTransformType)); in SetWindowBufferUsage()
682 if (curWindowTransformType == NATIVEBUFFER_ROTATE_270 || curWindowTransformType == NATIVEBUFFER_ROTATE_90) { in SetWindowBufferUsage()

Completed in 4 milliseconds