Home
last modified time | relevance | path

Searched refs:RSEnvForegroundColorStrategyModifier (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp38 RSEnvForegroundColorStrategyModifier::RSEnvForegroundColorStrategyModifier( in RSEnvForegroundColorStrategyModifier() function in OHOS::Rosen::RSEnvForegroundColorStrategyModifier
42 RSModifierType RSEnvForegroundColorStrategyModifier::GetModifierType() const in GetModifierType()
46 std::shared_ptr<RSRenderModifier> RSEnvForegroundColorStrategyModifier::CreateRenderModifier() const in CreateRenderModifier()
H A Drs_property_modifier.h246 class RS_EXPORT RSEnvForegroundColorStrategyModifier : public RSForegroundModifier {
248 explicit RSEnvForegroundColorStrategyModifier(const std::shared_ptr<RSPropertyBase>& property);
249 virtual ~RSEnvForegroundColorStrategyModifier() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_property_modifier_test.cpp87 std::shared_ptr<RSEnvForegroundColorStrategyModifier> colorStrategyModifier =
88 std::make_shared<RSEnvForegroundColorStrategyModifier>(property);
103 std::shared_ptr<RSEnvForegroundColorStrategyModifier> colorStrategyModifier =
104 std::make_shared<RSEnvForegroundColorStrategyModifier>(property);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rspropertymodifier_fuzzer/
H A Drspropertymodifier_fuzzer.cpp171 …auto envForegroundColorStrategymodifier = std::make_shared<RSEnvForegroundColorStrategyModifier>(p… in DoModifier003()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1091 SetProperty<RSEnvForegroundColorStrategyModifier, in SetEnvForegroundColorStrategy()