Home
last modified time | relevance | path

Searched refs:SetContextAlpha (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp62 node->SetContextAlpha(0.0f);
127 HWTEST_F(RSProxyRenderNodeTest, SetContextAlpha, TestSize.Level1)
135 node->SetContextAlpha(1.0f);
137 node->SetContextAlpha(1.0f);
H A Drs_surface_render_node_test.cpp1251 testNode->SetContextAlpha(1.0f, true);
1252 testNode->SetContextAlpha(0.5f, true);
1253 testNode->SetContextAlpha(0.5f, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp78 void RSProxyRenderNode::SetContextAlpha(float alpha) in SetContextAlpha() function in OHOS::Rosen::RSProxyRenderNode
85 target->SetContextAlpha(alpha, false); in SetContextAlpha()
135 target->SetContextAlpha(1.0f, false); in CleanUp()
H A Drs_surface_render_node.cpp721 void RSSurfaceRenderNode::SetContextAlpha(float alpha, bool sendMsg) in SetContextAlpha() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_proxy_render_node.h56 void SetContextAlpha(float alpha);
H A Drs_surface_render_node.h451 void SetContextAlpha(float alpha, bool sendMsg = true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp86 rsProxyRenderNode->SetContextAlpha(alpha); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h78 static void SetContextAlpha(RSContext& context, NodeId nodeId, float alpha);
121 …ARG(SURFACE_NODE, SURFACE_NODE_SET_CONTEXT_ALPHA, SurfaceNodeCommandHelper::SetContextAlpha, NodeI…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp86 void SurfaceNodeCommandHelper::SetContextAlpha(RSContext& context, NodeId id, float alpha) in SetContextAlpha() function in OHOS::Rosen::SurfaceNodeCommandHelper
89 node->SetContextAlpha(alpha, false); in SetContextAlpha()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp75 SurfaceNodeCommandHelper::SetContextAlpha(context, id, GetData<float>()); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp235 SurfaceNodeCommandHelper::SetContextAlpha(context, id, alpha);
239 SurfaceNodeCommandHelper::SetContextAlpha(*context2, id2, alpha);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp84 SurfaceNodeCommandHelper::SetContextAlpha(context, static_cast<NodeId>(id), contextAlpha); in RSSurfaceNodeCommandFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp882 node.SetContextAlpha(0.0f); in ProcessSurfaceRenderNode()
897 node.SetContextAlpha(canvas_->GetAlpha()); in ProcessSurfaceRenderNode()
983 node.SetContextAlpha(canvas_->GetAlpha()); in ProcessProxyRenderNode()