Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h156 uint32_t AddExtendObject(const std::shared_ptr<ExtendObject>& object);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp178 uint32_t CmdList::AddExtendObject(const std::shared_ptr<ExtendObject>& object) in AddExtendObject() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp878 return cmdList.AddExtendObject(object); in AddExtendObjectToCmdList()