Searched refs:backgroundModifier_ (Results 1 – 2 of 2) sorted by relevance
2801 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 …]
674 std::shared_ptr<BackgroundModifier> backgroundModifier_; variable