Home
last modified time | relevance | path

Searched refs:backgroundModifier_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2801 if (!backgroundModifier_) { in OnBackgroundAlignUpdate()
2802 backgroundModifier_ = std::make_shared<BackgroundModifier>(); in OnBackgroundAlignUpdate()
2803 rsNode_->AddModifier(backgroundModifier_); in OnBackgroundAlignUpdate()
2805 backgroundModifier_->SetAlign(align); in OnBackgroundAlignUpdate()
2806 backgroundModifier_->Modify(); in OnBackgroundAlignUpdate()
2813 if (!backgroundModifier_) { in OnBackgroundPixelMapUpdate()
2815 rsNode_->AddModifier(backgroundModifier_); in OnBackgroundPixelMapUpdate()
2820 backgroundModifier_->SetInitialNodeSize(nodeWidth, nodeHeight); in OnBackgroundPixelMapUpdate()
2821 backgroundModifier_->SetPixelMap(pixelMap); in OnBackgroundPixelMapUpdate()
2822 backgroundModifier_->SetHostNode(node); in OnBackgroundPixelMapUpdate()
[all …]
H A Drosen_render_context.h674 std::shared_ptr<BackgroundModifier> backgroundModifier_; variable