Searched refs:RSEnvForegroundColorStrategyRenderModifier (Results 1 – 4 of 4) sorted by relevance
260 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);
94 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()
282 class RSB_EXPORT RSEnvForegroundColorStrategyRenderModifier : public RSForegroundRenderModifier {284 … RSEnvForegroundColorStrategyRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSEnvForegroundColorStrategyRenderModifier() function289 ~RSEnvForegroundColorStrategyRenderModifier() override = default;
49 …auto renderModifier = std::make_shared<RSEnvForegroundColorStrategyRenderModifier>(renderProperty); in CreateRenderModifier()