/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_node.cpp | 42 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 D | rs_canvas_drawing_node.cpp | 49 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 D | rs_surface_node.cpp | 82 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 D | rs_node.cpp | 137 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 D | rs_root_node.cpp | 68 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create() 99 transactionProxy->AddCommand(command, IsRenderServiceNode()); in SetEnableRender()
|
H A D | rs_effect_node.cpp | 36 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in Create()
|
H A D | rs_node.h | 143 bool IsRenderServiceNode() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation.cpp | 207 …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 D | rs_curve_animation.cpp | 72 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
|
H A D | rs_interpolating_spring_animation.cpp | 108 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
|
H A D | rs_transition.cpp | 94 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderTransition()
|
H A D | rs_spring_animation.cpp | 109 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
|
H A D | rs_keyframe_animation.cpp | 121 …transactionProxy->AddCommand(command, target->IsRenderServiceNode(), target->GetFollowType(), targ… in StartRenderAnimation()
|
H A D | rs_implicit_animation_param.cpp | 82 …auto& propertiesMap = node->IsRenderServiceNode() ? renderServicePropertiesMap : renderThreadPrope… in SyncProperties()
|
H A D | rs_path_animation.cpp | 163 …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 D | rs_extended_modifier.h | 96 drawCmdList->SetIsNeedUnmarshalOnDestruct(!node->IsRenderServiceNode()); in UpdateToRender() 104 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender() 163 transactionProxy->AddCommand(command, node->IsRenderServiceNode()); in UpdateToRender()
|
H A D | rs_property.cpp | 170 …transactionProxy->AddCommand(command, node->IsRenderServiceNode(), node->GetFollowType(), node->Ge…
|
H A D | rs_property.h | 429 … RSTransactionProxy::GetInstance()->ExecuteSynchronousTask(task, node->IsRenderServiceNode());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 6778 HWTEST_F(RSNodeTest, IsRenderServiceNode, TestSize.Level1) 6782 bool res = rsNode->IsRenderServiceNode();
|