Searched refs:GetBitmapFromCmdList (Results 1 – 4 of 4) sorted by relevance
110 auto bitmap = CmdListHelper::GetBitmapFromCmdList(*cmdList, handle);114 bitmap = CmdListHelper::GetBitmapFromCmdList(*cmdList, handle);
46 …static std::shared_ptr<Bitmap> GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bit…
128 std::shared_ptr<Bitmap> CmdListHelper::GetBitmapFromCmdList(const CmdList& cmdList, const ImageHand… in GetBitmapFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
1005 bitmap_ = CmdListHelper::GetBitmapFromCmdList(cmdList, handle->bitmap); in DrawBitmapOpItem()