Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.cpp65 const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) in ParseShadowParam()
70 const std::string suffix = isDark ? "_dark" : ""; in ParseShadowParam()
64 ParseShadowParam( const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark) ParseShadowParam() argument
H A Dblur_style_theme.cpp56 const RefPtr<ThemeStyle>& themeStyle, const std::string& styleName, bool isDark) const in ParseBlurParam()
69 if (isDark) { in ParseBlurParam()
H A Dshadow_theme.h50 const RefPtr<ThemeStyle>& themeStyle, ShadowStyle shadowStyle, const std::string& name, bool isDark);
H A Dblur_style_theme.h45 BlurParameter ParseBlurParam(const RefPtr<ThemeStyle>& themeStyle, const std::string& name, bool isDark) const;
/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp132 bool isDark = (colorMode == AppExecFwk::ConfigurationInner::COLOR_MODE_DARK); in UpdateConfiguration() local
133 bool ret = RSInterfaces::GetInstance().SetGlobalDarkColorMode(isDark); in UpdateConfiguration()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h134 void MarkBlurIntersectWithDRM(bool IsIntersectWithDRM, bool isDark);
H A Drs_property_drawable_utils.h83 static void DrawFilterWithDRM(Drawing::Canvas* canvas, bool isDark);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp338 void RSFilterDrawable::MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark)
341 stagingIsDarkColorMode_ = isDark;
H A Drs_property_drawable_utils.cpp1223 void RSPropertyDrawableUtils::DrawFilterWithDRM(Drawing::Canvas* canvas, bool isDark) in DrawFilterWithDRM() argument
1228 if (isDark) { in DrawFilterWithDRM()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h124 bool SetGlobalDarkColorMode(bool isDark);
H A Drs_interfaces.cpp340 bool RSInterfaces::SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
342 return renderServiceClient_->SetGlobalDarkColorMode(isDark); in SetGlobalDarkColorMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h155 void SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
157 isGlobalDarkColorMode_ = isDark; in SetGlobalDarkColorMode()
H A Drs_render_service_connection.h198 bool SetGlobalDarkColorMode(bool isDark) override;
H A Drs_render_service_connection.cpp1338 bool RSRenderServiceConnection::SetGlobalDarkColorMode(bool isDark)
1344 auto task = [weakThis = wptr<RSRenderServiceConnection>(this), isDark]() {
1350 connection->mainThread_->SetGlobalDarkColorMode(isDark);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h201 virtual bool SetGlobalDarkColorMode(bool isDark) = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h173 bool SetGlobalDarkColorMode(bool isDark) override;
H A Drs_render_service_client.cpp887 bool RSRenderServiceClient::SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
894 return renderService->SetGlobalDarkColorMode(isDark); in SetGlobalDarkColorMode()
H A Drs_render_service_connection_proxy.cpp2105 bool RSRenderServiceConnectionProxy::SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
2114 if (!data.WriteBool(isDark)) { in SetGlobalDarkColorMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp351 bool RSRenderServiceClient::SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h258 bool SetGlobalDarkColorMode(bool isDark);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp351 bool RSRenderServiceClient::SetGlobalDarkColorMode(bool isDark) in SetGlobalDarkColorMode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1027 bool isDark = data.ReadBool(); in OnRemoteRequest() local
1028 bool result = SetGlobalDarkColorMode(isDark); in OnRemoteRequest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h757 void MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4249 void RSRenderNode::MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark) in MarkBlurIntersectWithDRM() argument
4254 filterDrawable->MarkBlurIntersectWithDRM(intersectWithDRM, isDark); in MarkBlurIntersectWithDRM()

Completed in 45 milliseconds