Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h57 static std::shared_ptr<ExtendImageBaseObj> GetImageBaseObjFromCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp256 …std::shared_ptr<ExtendImageBaseObj> obj = CmdListHelper::GetImageBaseObjFromCmdList(*cmdList, hand…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp180 std::shared_ptr<ExtendImageBaseObj> CmdListHelper::GetImageBaseObjFromCmdList( in GetImageBaseObjFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp614 objectHandle_ = CmdListHelper::GetImageBaseObjFromCmdList(cmdList, handle->objectHandle); in DrawPixelMapRectOpItem()