Searched refs:SetUseEffectType (Results 1 – 9 of 9) sorted by relevance
514 node.renderContent_->GetMutableRenderProperties().SetUseEffectType(1);519 node.renderContent_->GetMutableRenderProperties().SetUseEffectType(0);539 node.renderContent_->GetMutableRenderProperties().SetUseEffectType(1);
1361 node->renderContent_->renderProperties_.SetUseEffectType(1);1384 node->renderContent_->renderProperties_.SetUseEffectType(1);
538 void SetUseEffectType(int useEffectType);
371 void SetUseEffectType(UseEffectType useEffectType);
1833 void RSNode::SetUseEffectType(UseEffectType useEffectType) in SetUseEffectType() function in OHOS::Rosen::RSNode
995 properties.SetUseEffectType(1);
151 [](RSProperties* prop) { prop->SetUseEffectType(0); }, // USE_EFFECT_TYPE in __anonf204f7ba4702()3164 void RSProperties::SetUseEffectType(int useEffectType) in SetUseEffectType() function in OHOS::Rosen::RSProperties
5733 HWTEST_F(RSNodeTest, SetUseEffectType, TestSize.Level1)5736 rsNode->SetUseEffectType(UseEffectType::EFFECT_COMPONENT);5737 rsNode->SetUseEffectType(UseEffectType::BEHIND_WINDOW);
2616 rsNode_->SetUseEffectType(effectTypeParam); in OnUseEffectTypeUpdate()