Home
last modified time | relevance | path

Searched refs:UpdateNodeIdToPicture (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_base_test.cpp139 imageBase->UpdateNodeIdToPicture(0);
144 imageBase->UpdateNodeIdToPicture(1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_canvas_node_command.cpp65 drawCmds->UpdateNodeIdToPicture(id); in UpdateRecording()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image_base.h59 void UpdateNodeIdToPicture(NodeId nodeId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h189 void UpdateNodeIdToPicture(NodeId nodeId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h132 value->UpdateNodeIdToPicture(nodeId); in UpdateModifierDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp198 void RSImageBase::UpdateNodeIdToPicture(NodeId nodeId) in UpdateNodeIdToPicture() function in OHOS::Rosen::RSImageBase
H A Drs_image.cpp131 UpdateNodeIdToPicture(nodeId_); in CanvasDrawImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp116 rsImage_->UpdateNodeIdToPicture(id); in SetNodeId()
456 rsImage_->UpdateNodeIdToPicture(id); in SetNodeId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp408 void DrawCmdList::UpdateNodeIdToPicture(NodeId nodeId) in UpdateNodeIdToPicture() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp852 drawCmdList->UpdateNodeIdToPicture(nodeId);