Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h70 int32_t SetWindowColorSpace(uint32_t colorSpace);
H A Dwindow_ffi.cpp563 int32_t res = instance->SetWindowColorSpace(colorSpace); in FFiOHOSWindowSetWindowColorSpace()
H A Dwindow_impl.cpp677 int32_t CJWindowImpl::SetWindowColorSpace(uint32_t colorSpace) in SetWindowColorSpace() function in OHOS::Rosen::CJWindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h138 static napi_value SetWindowColorSpace(napi_env env, napi_callback_info info);
H A Djs_window.cpp658 napi_value JsWindow::SetWindowColorSpace(napi_env env, napi_callback_info info) in SetWindowColorSpace() function in OHOS::Rosen::JsWindow
7005 … BindNativeFunction(env, object, "setWindowColorSpace", moduleName, JsWindow::SetWindowColorSpace); in BindFunctions()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp597 VKAPI_ATTR VkResult SetWindowColorSpace(NativeWindow* window, OH_NativeBuffer_ColorSpace colorSpace) in SetWindowColorSpace() function
761 } else if (SetWindowColorSpace(window, OHColorSpace) != VK_SUCCESS) { in SetWindowInfo()