Home
last modified time | relevance | path

Searched refs:SetAlphaOffscreen (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp160 surfaceNode->SetAlphaOffscreen(GetData<float>()); in RSNodeFuzzTestInner01()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/
H A Drsproperty_fuzzer.cpp183 properties.SetAlphaOffscreen(alphaOffscreen); in RSPropertiesFuzzTestInner02()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_node_animate_supplement_test.cpp513 node->SetAlphaOffscreen(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp62 renderContext->SetAlphaOffscreen(true); in OnAttachToFrameNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h165 void SetAlphaOffscreen(bool alphaOffscreen);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h250 void SetAlphaOffscreen(bool alphaOffscreen);
H A Drs_node.cpp626 void RSNode::SetAlphaOffscreen(bool alphaOffscreen) in SetAlphaOffscreen() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h479 virtual void SetAlphaOffscreen(bool isOffScreen) {} in SetAlphaOffscreen() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h352 void SetAlphaOffscreen(bool isOffScreen) override;
H A Drosen_render_context.cpp1619 void RosenRenderContext::SetAlphaOffscreen(bool isOffScreen) in SetAlphaOffscreen() function in OHOS::Ace::NG::RosenRenderContext
1622 rsNode_->SetAlphaOffscreen(isOffScreen); in SetAlphaOffscreen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp95 [](RSProperties* prop) { prop->SetAlphaOffscreen(false); }, // ALPHA_OFFSCREEN in __anonf204f7ba1302()
885 void RSProperties::SetAlphaOffscreen(bool alphaOffscreen) in SetAlphaOffscreen() function in OHOS::Rosen::RSProperties
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1113 properties.SetAlphaOffscreen(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp1539 rsNode->SetAlphaOffscreen(true);
1551 rsNode->SetAlphaOffscreen(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3229 GetMutableRenderProperties().SetAlphaOffscreen(isNodeGroup); in MarkNodeGroup()