Home
last modified time | relevance | path

Searched refs:IsSupportWideGamut (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_gamut_test.cpp78 ASSERT_EQ(true, window->IsSupportWideGamut());
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h175 virtual bool IsSupportWideGamut() {return false;} in IsSupportWideGamut() function
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h194 virtual bool IsSupportWideGamut() override;
H A Dwindow.h281 virtual bool IsSupportWideGamut() = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h135 static napi_value IsSupportWideGamut(napi_env env, napi_callback_info info);
H A Djs_window.cpp430 napi_value JsWindow::IsSupportWideGamut(napi_env env, napi_callback_info info) in IsSupportWideGamut() function in OHOS::Rosen::JsWindow
3314 bool flag = weakWindow->IsSupportWideGamut(); in OnIsSupportWideGamut()
3340 bool flag = weakWindow->IsSupportWideGamut(); in OnIsWindowSupportWideGamut()
7002 BindNativeFunction(env, object, "isSupportWideGamut", moduleName, JsWindow::IsSupportWideGamut); in BindFunctions()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h299 virtual bool IsSupportWideGamut() override;
H A Dwindow_session_impl.h224 virtual bool IsSupportWideGamut() override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp345 bool WindowImpl::IsSupportWideGamut() in IsSupportWideGamut() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1672 virtual bool IsSupportWideGamut() { return false; } in IsSupportWideGamut() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1742 HWTEST_F(WindowTest, IsSupportWideGamut, Function | SmallTest | Level2)
1746 auto ret = window->IsSupportWideGamut();
H A Dwindow_session_impl_test4.cpp671 ASSERT_EQ(true, window->IsSupportWideGamut());
H A Dwindow_impl_test.cpp965 ASSERT_TRUE(window->IsSupportWideGamut());
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp476 bool flag = windowToken_->IsSupportWideGamut(); in IsWindowSupportWideGamut()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp819 bool WindowImpl::IsSupportWideGamut() in IsSupportWideGamut() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp400 bool WindowSessionImpl::IsSupportWideGamut() in IsSupportWideGamut() function in OHOS::Rosen::WindowSessionImpl