Searched refs:AddBitmapToCmdList (Results 1 – 4 of 4) sorted by relevance
89 ImageHandle handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);95 handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);517 ImageHandle handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);523 handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap1);
45 static ImageHandle AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap);
114 ImageHandle CmdListHelper::AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap) in AddBitmapToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
1019 bitmapHandle = CmdListHelper::AddBitmapToCmdList(cmdList, *bitmap_); in Marshalling()