Searched refs:RSEnvForegroundColorRenderModifier (Results 1 – 4 of 4) sorted by relevance
182 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property);197 auto RSEFCS = std::make_shared<RSEnvForegroundColorRenderModifier>(property);239 auto modifier = std::make_shared<RSEnvForegroundColorRenderModifier>(property);346 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property);361 auto RSEFC = std::make_shared<RSEnvForegroundColorRenderModifier>(property);
85 auto modifier = new RSEnvForegroundColorRenderModifier(prop); in __anon35d38fe50302()181 bool RSEnvForegroundColorRenderModifier::Marshalling(Parcel& parcel) in Marshalling()188 void RSEnvForegroundColorRenderModifier::Apply(RSModifierContext& context) const in Apply()194 void RSEnvForegroundColorRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>& prop, … in Update()
265 class RSB_EXPORT RSEnvForegroundColorRenderModifier : public RSForegroundRenderModifier {267 RSEnvForegroundColorRenderModifier(const std::shared_ptr<RSRenderPropertyBase>& property) in RSEnvForegroundColorRenderModifier() function272 ~RSEnvForegroundColorRenderModifier() override = default;
34 auto renderModifier = std::make_shared<RSEnvForegroundColorRenderModifier>(renderProperty); in CreateRenderModifier()