Home
last modified time | relevance | path

Searched refs:GetShadowColorStrategy (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_extractor.h89 int GetShadowColorStrategy() const;
H A Drs_modifier_extractor.cpp318 int RSModifierExtractor::GetShadowColorStrategy() const in GetShadowColorStrategy() function in OHOS::Rosen::RSModifierExtractor
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifierextractor_fuzzer/
H A Drsmodifierextractor_fuzzer.cpp129 modifierExtractor.GetShadowColorStrategy(); in DoGet002()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h222 ShadowColorStrategy GetShadowColorStrategy() const in GetShadowColorStrategy() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_property.cpp164 if (shadow.GetShadowColorStrategy() == ShadowColorStrategy::AVERAGE) { in ToJsonValue()
166 } else if (shadow.GetShadowColorStrategy() == ShadowColorStrategy::PRIMARY) { in ToJsonValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_extractor_test.cpp233 int strategy = extractor.GetShadowColorStrategy();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h394 int GetShadowColorStrategy() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp424 int32_t strategy = static_cast<int32_t>(shadow.GetShadowColorStrategy()); in ParseShadowInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp82 stagingColorStrategy_ = properties.GetShadowColorStrategy(); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1881 EXPECT_EQ(properties.GetShadowColorStrategy(), shadowColorStrategy);
1885 EXPECT_EQ(properties.GetShadowColorStrategy(), shadowColorStrategy);
H A Drs_properties_painter_test.cpp599 ASSERT_EQ(properties.GetShadowColorStrategy(), 2);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2070 int RSProperties::GetShadowColorStrategy() const in GetShadowColorStrategy() function in OHOS::Rosen::RSProperties
4309 if (GetShadowColorStrategy() != SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE) { in UpdateFilter()
4325 … IsDynamicDimValid() || GetShadowColorStrategy() != SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE || in UpdateFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp2726 …EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetShadowColorStrategy(), shadowColorStrategy)…
2739 …EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetShadowColorStrategy(), shadowColorStrategy)…
2752 …EXPECT_TRUE(ROSEN_EQ(rsNode->GetStagingProperties().GetShadowColorStrategy(), shadowColorStrategy)…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2381 int64_t strategy = static_cast<int64_t>(shadow.GetShadowColorStrategy()); in ParseShadowInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2585 … GetRenderProperties().GetShadowColorStrategy() != SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE) { in UpdateShadowRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp4155 rsNode_->SetShadowColorStrategy(ToShadowColorStrategy(shadow.GetShadowColorStrategy()));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5219 options->colorStrategy = static_cast<ArkUI_Int32>(shadow->GetShadowColorStrategy()); in GetCustomShadow()