Home
last modified time | relevance | path

Searched refs:BackgroundModifier (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h27 class BackgroundModifier : public Rosen::RSBackgroundStyleModifier {
29 BackgroundModifier() = default;
30 ~BackgroundModifier() override = default;
H A Drosen_render_context.h48 class BackgroundModifier; variable
674 std::shared_ptr<BackgroundModifier> backgroundModifier_;
H A Drosen_render_context.cpp2802 backgroundModifier_ = std::make_shared<BackgroundModifier>(); in OnBackgroundAlignUpdate()
2814 backgroundModifier_ = std::make_shared<BackgroundModifier>(); in OnBackgroundPixelMapUpdate()