Searched refs:SetAlphaOffscreen (Results 1 – 14 of 14) sorted by relevance
160 surfaceNode->SetAlphaOffscreen(GetData<float>()); in RSNodeFuzzTestInner01()
183 properties.SetAlphaOffscreen(alphaOffscreen); in RSPropertiesFuzzTestInner02()
513 node->SetAlphaOffscreen(true);
62 renderContext->SetAlphaOffscreen(true); in OnAttachToFrameNode()
165 void SetAlphaOffscreen(bool alphaOffscreen);
250 void SetAlphaOffscreen(bool alphaOffscreen);
626 void RSNode::SetAlphaOffscreen(bool alphaOffscreen) in SetAlphaOffscreen() function in OHOS::Rosen::RSNode
479 virtual void SetAlphaOffscreen(bool isOffScreen) {} in SetAlphaOffscreen() function
352 void SetAlphaOffscreen(bool isOffScreen) override;
1619 void RosenRenderContext::SetAlphaOffscreen(bool isOffScreen) in SetAlphaOffscreen() function in OHOS::Ace::NG::RosenRenderContext1622 rsNode_->SetAlphaOffscreen(isOffScreen); in SetAlphaOffscreen()
95 [](RSProperties* prop) { prop->SetAlphaOffscreen(false); }, // ALPHA_OFFSCREEN in __anonf204f7ba1302()885 void RSProperties::SetAlphaOffscreen(bool alphaOffscreen) in SetAlphaOffscreen() function in OHOS::Rosen::RSProperties
1113 properties.SetAlphaOffscreen(true);
1539 rsNode->SetAlphaOffscreen(true);1551 rsNode->SetAlphaOffscreen(false);
3229 GetMutableRenderProperties().SetAlphaOffscreen(isNodeGroup); in MarkNodeGroup()