Home
last modified time | relevance | path

Searched refs:GetImageFromCmdList (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.h41 …static std::shared_ptr<Image> GetImageFromCmdList(const CmdList& cmdList, const OpDataHandle& imag…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp867 image_ = CmdListHelper::GetImageFromCmdList(cmdList, handle->image); in DrawImageNineOpItem()
914 image_ = CmdListHelper::GetImageFromCmdList(cmdList, handle->image); in DrawImageLatticeOpItem()
957 atlas_ = CmdListHelper::GetImageFromCmdList(cmdList, handle->atlas); in DrawAtlasOpItem()
1042 image_ = CmdListHelper::GetImageFromCmdList(cmdList, handle->image); in DrawImageOpItem()
1082 image_ = CmdListHelper::GetImageFromCmdList(cmdList, handle->image); in DrawImageRectOpItem()
H A Dcmd_list_helper.cpp74 std::shared_ptr<Image> CmdListHelper::GetImageFromCmdList(const CmdList& cmdList, const OpDataHandl… in GetImageFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp75 auto image = CmdListHelper::GetImageFromCmdList(*cmdList, handle);