/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | recording_canvas_test.cpp | 77 auto drawCmdList1 = recordingCanvas1->GetDrawCmdList(); 78 auto drawCmdList2 = recordingCanvas2->GetDrawCmdList(); 118 auto drawCmdList1 = recordingCanvas1->GetDrawCmdList(); 119 auto drawCmdList2 = recordingCanvas2->GetDrawCmdList(); 160 auto drawCmdList1 = recordingCanvas1->GetDrawCmdList(); 161 auto drawCmdList2 = recordingCanvas2->GetDrawCmdList(); 201 auto drawCmdList1 = recordingCanvas1->GetDrawCmdList(); 202 auto drawCmdList2 = recordingCanvas2->GetDrawCmdList(); 242 auto drawCmdList1 = recordingCanvas1->GetDrawCmdList(); 243 auto drawCmdList2 = recordingCanvas2->GetDrawCmdList(); [all …]
|
H A D | draw_cmd_test.cpp | 171 auto drawCmdList = recordingCanvas->GetDrawCmdList(); 209 auto drawCmdList = recordingCanvas->GetDrawCmdList();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_canvas_node.cpp | 68 if (auto recording = recordingCanvas_->GetDrawCmdList()) { in BeginRecording() 109 auto recording = recordingCanvas_->GetDrawCmdList(); in FinishRecording() 140 auto recording = recordingCanvas->GetDrawCmdList(); in DrawOnNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_recording_canvas.cpp | 66 auto drawCallList = Drawing::RecordingCanvas::GetDrawCmdList(); in DrawImageWithParm() 80 auto drawCallList = Drawing::RecordingCanvas::GetDrawCmdList(); in DrawPixelMapWithParm() 95 auto drawCallList = Drawing::RecordingCanvas::GetDrawCmdList(); in DrawPixelMapRect() 108 auto drawCallList = Drawing::RecordingCanvas::GetDrawCmdList(); in DrawDrawFunc()
|
H A D | rs_record_cmd_utils.cpp | 47 …auto recordCmd = std::make_shared<Drawing::RecordCmd>(extendRecordingCanvas_->GetDrawCmdList(), cu… in FinishRecording()
|
H A D | rs_canvas_drawing_render_node.cpp | 168 auto cmds = recordingCanvas_->GetDrawCmdList();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_modifier.cpp | 35 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw() 37 auto rsDrawCmdList = static_cast<RSRecordingCanvas&>(recordingCanvas).GetDrawCmdList(); in onDraw()
|
H A D | canvas_paint_method.cpp | 278 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in GetImageData() 368 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in DrawBitmap()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_recording_canvas.h | 28 std::shared_ptr<TestingDrawCmdList> GetDrawCmdList() const in GetDrawCmdList() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_modifier_test.cpp | 129 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 138 …auto prop1 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), … 212 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 305 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 325 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | record_cmd.h | 33 std::shared_ptr<DrawCmdList> GetDrawCmdList() const { return drawCmdList_; } in GetDrawCmdList() function
|
H A D | recording_canvas.h | 43 std::shared_ptr<DrawCmdList> GetDrawCmdList() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_result.h | 35 std::shared_ptr<Drawing::DrawCmdList> GetDrawCmdList() const in GetDrawCmdList() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_command.h | 74 virtual std::shared_ptr<Drawing::DrawCmdList> GetDrawCmdList() const in GetDrawCmdList() function
|
H A D | rs_command_templates.h | 60 std::shared_ptr<Drawing::DrawCmdList> GetDrawCmdList() const override in GetDrawCmdList() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 213 auto drawCmdList = cmd->GetDrawCmdList(); in ReportTransactionDataStatistics()
|
H A D | rs_uni_ui_capture.cpp | 70 auto drawCallList = recordingCanvas->GetDrawCmdList(); in TakeLocalCapture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_capture_recorder.cpp | 169 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 202 auto recording = recordingCanvas->GetDrawCmdList(); in FinishDrawing()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable_test.cpp | 214 ASSERT_TRUE(drawable->recordingCanvas_->GetDrawCmdList()); 249 ASSERT_TRUE(drawable->recordingCanvas_->GetDrawCmdList());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_divided_ui_capture.cpp | 61 auto drawCallList = recordingCanvas->GetDrawCmdList(); in TakeLocalCapture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_canvas_drawing_render_node_drawable.cpp | 303 auto cmds = recordingCanvas_->GetDrawCmdList(); in FlushForGL() 318 auto cmds = recordingCanvas_->GetDrawCmdList(); in FlushForVK()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 77 target_->stagingDrawCmdList_ = recordingCanvas_->GetDrawCmdList(); in ~RSPropertyDrawCmdListUpdater()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.cpp | 152 auto cmdList = tmpCanvas->GetDrawCmdList(); in Paint()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd_list.cpp | 329 PlaybackToDrawCmdList(static_cast<RecordingCanvas&>(canvas).GetDrawCmdList()); in Playback()
|