Home
last modified time | relevance | path

Searched refs:PlaybackToDrawCmdList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h203 void PlaybackToDrawCmdList(std::shared_ptr<DrawCmdList> drawCmdList);
/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()
499 void DrawCmdList::PlaybackToDrawCmdList(std::shared_ptr<DrawCmdList> drawCmdList) in PlaybackToDrawCmdList() function in OHOS::Rosen::Drawing::DrawCmdList