Home
last modified time | relevance | path

Searched defs:GetDrawCmdList (Results 1 – 6 of 6) sorted by relevance

/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/modules/2d_graphics/include/recording/
H A Drecord_cmd.h33 std::shared_ptr<DrawCmdList> GetDrawCmdList() const { return drawCmdList_; } in GetDrawCmdList() function
/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/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp43 std::shared_ptr<DrawCmdList> RecordingCanvas::GetDrawCmdList() const in GetDrawCmdList() function in OHOS::Rosen::Drawing::RecordingCanvas