Home
last modified time | relevance | path

Searched refs:bitmapHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp128 …itmap> CmdListHelper::GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bitmapHandle) in GetBitmapFromCmdList() argument
130 if (bitmapHandle.size == 0) { in GetBitmapFromCmdList()
134 const void* ptr = cmdList.GetBitmapData(bitmapHandle.offset, bitmapHandle.size); in GetBitmapFromCmdList()
140 BitmapFormat format = { bitmapHandle.colorType, bitmapHandle.alphaType }; in GetBitmapFromCmdList()
142 bitmap->Build(bitmapHandle.width, bitmapHandle.height, format); in GetBitmapFromCmdList()
H A Ddraw_cmd.cpp1017 ImageHandle bitmapHandle; in Marshalling() local
1019 bitmapHandle = CmdListHelper::AddBitmapToCmdList(cmdList, *bitmap_); in Marshalling()
1021 cmdList.AddOp<ConstructorHandle>(bitmapHandle, px_, py_, paintHandle); in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h46 …::shared_ptr<Bitmap> GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bitmapHandle);