Searched refs:RSEnvForegroundColorStrategyModifier (Results 1 – 5 of 5) sorted by relevance
38 RSEnvForegroundColorStrategyModifier::RSEnvForegroundColorStrategyModifier( in RSEnvForegroundColorStrategyModifier() function in OHOS::Rosen::RSEnvForegroundColorStrategyModifier42 RSModifierType RSEnvForegroundColorStrategyModifier::GetModifierType() const in GetModifierType()46 std::shared_ptr<RSRenderModifier> RSEnvForegroundColorStrategyModifier::CreateRenderModifier() const in CreateRenderModifier()
246 class RS_EXPORT RSEnvForegroundColorStrategyModifier : public RSForegroundModifier {248 explicit RSEnvForegroundColorStrategyModifier(const std::shared_ptr<RSPropertyBase>& property);249 virtual ~RSEnvForegroundColorStrategyModifier() = default;
87 std::shared_ptr<RSEnvForegroundColorStrategyModifier> colorStrategyModifier =88 std::make_shared<RSEnvForegroundColorStrategyModifier>(property);103 std::shared_ptr<RSEnvForegroundColorStrategyModifier> colorStrategyModifier =104 std::make_shared<RSEnvForegroundColorStrategyModifier>(property);
171 …auto envForegroundColorStrategymodifier = std::make_shared<RSEnvForegroundColorStrategyModifier>(p… in DoModifier003()
1091 SetProperty<RSEnvForegroundColorStrategyModifier, in SetEnvForegroundColorStrategy()