Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h216 uint32_t AddImageBaseObj(const std::shared_ptr<ExtendImageBaseObj>& object);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp280 uint32_t CmdList::AddImageBaseObj(const std::shared_ptr<ExtendImageBaseObj>& object) in AddImageBaseObj() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp176 auto index = cmdList.AddImageBaseObj(object); in AddImageBaseObjToCmdList()