/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_extractor.h | 89 int GetShadowColorStrategy() const;
|
H A D | rs_modifier_extractor.cpp | 318 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 D | rsmodifierextractor_fuzzer.cpp | 129 modifierExtractor.GetShadowColorStrategy(); in DoGet002()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | shadow.h | 222 ShadowColorStrategy GetShadowColorStrategy() const in GetShadowColorStrategy() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_property.cpp | 164 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 D | rs_modifier_extractor_test.cpp | 233 int strategy = extractor.GetShadowColorStrategy();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 394 int GetShadowColorStrategy() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_func_wrapper.cpp | 424 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 D | rs_property_drawable_background.cpp | 82 stagingColorStrategy_ = properties.GetShadowColorStrategy(); in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 1881 EXPECT_EQ(properties.GetShadowColorStrategy(), shadowColorStrategy); 1885 EXPECT_EQ(properties.GetShadowColorStrategy(), shadowColorStrategy);
|
H A D | rs_properties_painter_test.cpp | 599 ASSERT_EQ(properties.GetShadowColorStrategy(), 2);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 2070 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 D | rs_node_test.cpp | 2726 …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 D | drag_event.cpp | 2381 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 D | rs_render_node.cpp | 2585 … GetRenderProperties().GetShadowColorStrategy() != SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE) { in UpdateShadowRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 4155 rsNode_->SetShadowColorStrategy(ToShadowColorStrategy(shadow.GetShadowColorStrategy()));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5219 options->colorStrategy = static_cast<ArkUI_Int32>(shadow->GetShadowColorStrategy()); in GetCustomShadow()
|