Home
last modified time | relevance | path

Searched refs:colorStrategy_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dshadow.h84 … isFilled_ == rhs.isFilled_ && colorStrategy_ == rhs.colorStrategy_ && type_ == rhs.type_;
219 colorStrategy_ = colorStrategy; in SetShadowColorStrategy()
224 return colorStrategy_; in GetShadowColorStrategy()
257 ShadowColorStrategy colorStrategy_ = ShadowColorStrategy::NONE; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_shadow.cpp73 colorStrategy_ = colorStrategy; in SetColorStrategy()
123 return colorStrategy_; in GetColorStrategy()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h80 int colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp269 shadow.colorStrategy_ = ShadowColorStrategy::AVERAGE;
279 shadow.colorStrategy_ = ShadowColorStrategy::PRIMARY;
535 shadow.colorStrategy_ = ShadowColorStrategy::AVERAGE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_shadow_test.cpp159 EXPECT_EQ(rsShadow->colorStrategy_, 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp100 colorStrategy_ = stagingColorStrategy_; in OnSync()
115 if (ptr->colorStrategy_ != SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE) { in CreateDrawFunc()
117 ptr->color_, ptr->colorStrategy_); in CreateDrawFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_background.h68 int colorStrategy_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp185 properties.shadow_->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_MAIN;
216 properties.shadow_->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_AVERAGE;
H A Drs_properties_test.cpp458 properties.shadow_->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_MAIN;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_background_test.cpp98 drawable->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_NONE;
102 drawable->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_MAIN;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp2016 shadow->colorStrategy_ = SHADOW_COLOR_STRATEGY::COLOR_STRATEGY_AVERAGE;