Home
last modified time | relevance | path

Searched refs:RSEnvForegroundColorStrategyRenderModifier (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp260 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
267 auto modifierTwo = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
380 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
395 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
412 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
437 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
456 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
475 auto modifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(property);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp94 auto modifier = new RSEnvForegroundColorStrategyRenderModifier(prop); in __anon35d38fe50402()
202 bool RSEnvForegroundColorStrategyRenderModifier::Marshalling(Parcel& parcel) in Marshalling()
210 void RSEnvForegroundColorStrategyRenderModifier::Apply(RSModifierContext& context) const in Apply()
226 Color RSEnvForegroundColorStrategyRenderModifier::CalculateInvertColor(Color backgroundColor) const in CalculateInvertColor()
235 Color RSEnvForegroundColorStrategyRenderModifier::GetInvertBackgroundColor(RSModifierContext& conte… in GetInvertBackgroundColor()
260 void RSEnvForegroundColorStrategyRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>… in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h282 class RSB_EXPORT RSEnvForegroundColorStrategyRenderModifier : public RSForegroundRenderModifier {
284RSEnvForegroundColorStrategyRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSEnvForegroundColorStrategyRenderModifier() function
289 ~RSEnvForegroundColorStrategyRenderModifier() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property_modifier.cpp49 …auto renderModifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(renderProperty); in CreateRenderModifier()