Searched refs:BackgroundModifier (Results 1 – 3 of 3) sorted by relevance
27 class BackgroundModifier : public Rosen::RSBackgroundStyleModifier {29 BackgroundModifier() = default;30 ~BackgroundModifier() override = default;
48 class BackgroundModifier; variable674 std::shared_ptr<BackgroundModifier> backgroundModifier_;
2802 backgroundModifier_ = std::make_shared<BackgroundModifier>(); in OnBackgroundAlignUpdate()2814 backgroundModifier_ = std::make_shared<BackgroundModifier>(); in OnBackgroundPixelMapUpdate()