Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h181 std::shared_ptr<RecordCmd> GetRecordCmd(uint32_t index);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp219 std::shared_ptr<RecordCmd> CmdList::GetRecordCmd(uint32_t index) in GetRecordCmd() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp158 return (const_cast<CmdList&>(cmdList)).GetRecordCmd(recordCmdHandle.offset); in GetRecordCmdFromCmdList()