Searched refs:SetWindowColorSpace (Results 1 – 6 of 6) sorted by relevance
70 int32_t SetWindowColorSpace(uint32_t colorSpace);
563 int32_t res = instance->SetWindowColorSpace(colorSpace); in FFiOHOSWindowSetWindowColorSpace()
677 int32_t CJWindowImpl::SetWindowColorSpace(uint32_t colorSpace) in SetWindowColorSpace() function in OHOS::Rosen::CJWindowImpl
138 static napi_value SetWindowColorSpace(napi_env env, napi_callback_info info);
658 napi_value JsWindow::SetWindowColorSpace(napi_env env, napi_callback_info info) in SetWindowColorSpace() function in OHOS::Rosen::JsWindow7005 … BindNativeFunction(env, object, "setWindowColorSpace", moduleName, JsWindow::SetWindowColorSpace); in BindFunctions()
597 VKAPI_ATTR VkResult SetWindowColorSpace(NativeWindow* window, OH_NativeBuffer_ColorSpace colorSpace) in SetWindowColorSpace() function761 } else if (SetWindowColorSpace(window, OHColorSpace) != VK_SUCCESS) { in SetWindowInfo()