Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp228 uint32_t CmdList::SetupRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList) in SetupRecordCmd() argument
231 for (const auto &recordCmd : recordCmdList) { in SetupRecordCmd()
237 uint32_t CmdList::GetAllRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList) in GetAllRecordCmd() argument
241 recordCmdList.emplace_back(recordCmd); in GetAllRecordCmd()
243 return recordCmdList.size(); in GetAllRecordCmd()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h186 uint32_t SetupRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList);
191 uint32_t GetAllRecordCmd(std::vector<std::shared_ptr<RecordCmd>>& recordCmdList);