Searched refs:OnSetWindowColorSpace (Results 1 – 2 of 2) sorted by relevance
267 napi_value OnSetWindowColorSpace(napi_env env, napi_callback_info info);
662 return (me != nullptr) ? me->OnSetWindowColorSpace(env, info) : nullptr; in SetWindowColorSpace()4704 napi_value JsWindow::OnSetWindowColorSpace(napi_env env, napi_callback_info info) in OnSetWindowColorSpace() function in OHOS::Rosen::JsWindow