Home
last modified time | relevance | path

Searched refs:GetImageBaseObj (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h221 std::shared_ptr<ExtendImageBaseObj> GetImageBaseObj(uint32_t id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp287 std::shared_ptr<ExtendImageBaseObj> CmdList::GetImageBaseObj(uint32_t id) in GetImageBaseObj() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp183 return (const_cast<CmdList&>(cmdList)).GetImageBaseObj(objectHandle.offset); in GetImageBaseObjFromCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp255 EXPECT_EQ(cmdList->GetImageBaseObj(TEST_INVALIED_ID), nullptr);