Home
last modified time | relevance | path

Searched refs:UnmarshallingPlayer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp253 UnmarshallingPlayer player = { *this }; in UnmarshallingDrawOps()
564 UnmarshallingPlayer player = { *this }; in PlaybackByBuffer()
H A Ddraw_cmd.cpp336 UnmarshallingPlayer::UnmarshallingPlayer(const DrawCmdList& cmdList) : cmdList_(cmdList) {} in UnmarshallingPlayer() function in OHOS::Rosen::Drawing::UnmarshallingPlayer
338 std::shared_ptr<DrawOpItem> UnmarshallingPlayer::Unmarshalling(uint32_t type, void* handle, size_t … in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h147 class UnmarshallingPlayer {
149 UnmarshallingPlayer(const DrawCmdList& cmdList);
150 ~UnmarshallingPlayer() = default;