Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h241 std::shared_ptr<ExtendDrawFuncObj> GetDrawFuncObj(uint32_t id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp370 std::shared_ptr<ExtendDrawFuncObj> CmdList::GetDrawFuncObj(uint32_t id) in GetDrawFuncObj() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp873 return (const_cast<CmdList&>(cmdList)).GetDrawFuncObj(objectHandle); in GetDrawFuncObjFromCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp500 EXPECT_EQ(cmdList->GetDrawFuncObj(TEST_INVALIED_ID), nullptr);