Searched refs:GetImageFromCmdList (Results 1 – 4 of 4) sorted by relevance
41 …static std::shared_ptr<Image> GetImageFromCmdList(const CmdList& cmdList, const OpDataHandle& imag…
867 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()
74 std::shared_ptr<Image> CmdListHelper::GetImageFromCmdList(const CmdList& cmdList, const OpDataHandl… in GetImageFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
75 auto image = CmdListHelper::GetImageFromCmdList(*cmdList, handle);