Home
last modified time | relevance | path

Searched refs:IsRenderServiceNode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp42 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create()
69 recording->SetIsNeedUnmarshalOnDestruct(!IsRenderServiceNode()); in BeginRecording()
80 transactionProxy->AddCommand(command, IsRenderServiceNode()); in BeginRecording()
96 if (IsRenderServiceNode()) { in CreateRenderNodeForTextureExportSwitch()
101 transactionProxy->AddCommand(command, IsRenderServiceNode()); in CreateRenderNodeForTextureExportSwitch()
126 transactionProxy->AddCommand(command, IsRenderServiceNode()); in FinishRecording()
142 recording->SetIsNeedUnmarshalOnDestruct(!IsRenderServiceNode()); in DrawOnNode()
153 transactionProxy->AddCommand(command, IsRenderServiceNode()); in DrawOnNode()
H A Drs_canvas_drawing_node.cpp49 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create()
64 transactionProxy->AddCommand(command, IsRenderServiceNode()); in ResetSurface()
75 if (IsRenderServiceNode()) { in CreateRenderNodeForTextureExportSwitch()
80 transactionProxy->AddCommand(command, IsRenderServiceNode()); in CreateRenderNodeForTextureExportSwitch()
H A Drs_surface_node.cpp82 config.nodeType, isWindow, node->IsRenderServiceNode()); in Create()
99 if (!node->IsRenderServiceNode()) { in Create()
152 if (!IsRenderServiceNode()) { in CreateNodeInRenderThread()
170 if (!IsRenderServiceNode()) { in CreateNodeInRenderThread()
212 if (IsRenderServiceNode()) { in GetFollowType()
226 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkUIHidden()
242 if (!IsRenderServiceNode()) { in OnBoundsSizeChanged()
347 transactionProxy->AddCommand(command, IsRenderServiceNode()); in CreateRenderNodeForTextureExportSwitch()
348 if (!IsRenderServiceNode()) { in CreateRenderNodeForTextureExportSwitch()
571 if (IsRenderServiceNode()) { in NeedForcedSendToRemote()
[all …]
H A Drs_node.cpp137 transactionProxy->AddCommand(command, IsRenderServiceNode()); in ~RSNode()
138 if ((IsRenderServiceNode() && hasCreateRenderNodeInRT_) || in ~RSNode()
139 (!IsRenderServiceNode() && hasCreateRenderNodeInRS_)) { in ~RSNode()
141 transactionProxy->AddCommand(command, !IsRenderServiceNode()); in ~RSNode()
1904 transactionProxy->AddCommand(command, IsRenderServiceNode()); in SetNodeName()
2342 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkNodeGroup()
2354 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkNodeSingleFrameComposer()
2369 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkSuggestOpincNode()
2382 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkUifirstNode()
2396 transactionProxy->AddCommand(command, IsRenderServiceNode()); in MarkUifirstNode()
[all …]
H A Drs_root_node.cpp68 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create()
99 transactionProxy->AddCommand(command, IsRenderServiceNode()); in SetEnableRender()
H A Drs_effect_node.cpp36 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create()
H A Drs_node.h143 bool IsRenderServiceNode() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation.cpp207 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnPause()
354 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnResume()
396 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnFinish()
439 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnReverse()
485 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnSetFraction()
H A Drs_curve_animation.cpp72 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
H A Drs_interpolating_spring_animation.cpp108 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
H A Drs_transition.cpp94 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderTransition()
H A Drs_spring_animation.cpp109 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
H A Drs_keyframe_animation.cpp121 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
H A Drs_implicit_animation_param.cpp82 …auto& propertiesMap = node->IsRenderServiceNode() ? renderServicePropertiesMap : renderThreadPrope… in SyncProperties()
H A Drs_path_animation.cpp163 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in OnStart()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.h96 drawCmdList->SetIsNeedUnmarshalOnDestruct(!node->IsRenderServiceNode()); in UpdateToRender()
104 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender()
163 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender()
H A Drs_property.cpp170 …transactionProxy->AddCommand(command, node->IsRenderServiceNode(), node->GetFollowType(), node->Ge…
H A Drs_property.h429 … RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(task, node->IsRenderServiceNode());
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6778 HWTEST_F(RSNodeTest, IsRenderServiceNode, TestSize.Level1)
6782 bool res = rsNode->IsRenderServiceNode();