Home
last modified time | relevance | path

Searched refs:GetDrawCmdList (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Drecording_canvas_test.cpp77 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 Ddraw_cmd_test.cpp171 auto drawCmdList = recordingCanvas->GetDrawCmdList();
209 auto drawCmdList = recordingCanvas->GetDrawCmdList();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp68 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 Drs_recording_canvas.cpp66 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 Drs_record_cmd_utils.cpp47 …auto recordCmd = std::make_shared<Drawing::RecordCmd>(extendRecordingCanvas_->GetDrawCmdList(), cu… in FinishRecording()
H A Drs_canvas_drawing_render_node.cpp168 auto cmds = recordingCanvas_->GetDrawCmdList();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp35 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw()
37 auto rsDrawCmdList = static_cast<RSRecordingCanvas&>(recordingCanvas).GetDrawCmdList(); in onDraw()
H A Dcanvas_paint_method.cpp278 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 Dtesting_recording_canvas.h28 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 Drs_render_modifier_test.cpp129 …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 Drecord_cmd.h33 std::shared_ptr<DrawCmdList> GetDrawCmdList() const { return drawCmdList_; } in GetDrawCmdList() function
H A Drecording_canvas.h43 std::shared_ptr<DrawCmdList> GetDrawCmdList() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_result.h35 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 Drs_command.h74 virtual std::shared_ptr<Drawing::DrawCmdList> GetDrawCmdList() const in GetDrawCmdList() function
H A Drs_command_templates.h60 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 Drs_unmarshal_thread.cpp213 auto drawCmdList = cmd->GetDrawCmdList(); in ReportTransactionDataStatistics()
H A Drs_uni_ui_capture.cpp70 auto drawCallList = recordingCanvas->GetDrawCmdList(); in TakeLocalCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp169 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp202 auto recording = recordingCanvas->GetDrawCmdList(); in FinishDrawing()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp214 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 Drs_divided_ui_capture.cpp61 auto drawCallList = recordingCanvas->GetDrawCmdList(); in TakeLocalCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp303 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 Drs_property_drawable.cpp77 target_->stagingDrawCmdList_ = recordingCanvas_->GetDrawCmdList(); in ~RSPropertyDrawCmdListUpdater()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape_container.cpp152 auto cmdList = tmpCanvas->GetDrawCmdList(); in Paint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp329 PlaybackToDrawCmdList(static_cast<RecordingCanvas&>(canvas).GetDrawCmdList()); in Playback()

12