Home
last modified time | relevance | path

Searched refs:ImageHandle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A D_image_buffer_info_v12.md22 | BufferHandleSequenceable [imageHandle](#imagehandle) | ImageHandle的数据。 |
59 ImageHandle的数据。
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h45 static ImageHandle AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap);
46 …static std::shared_ptr<Bitmap> GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bit…
H A Drecording_handle.h28 struct ImageHandle { struct
H A Ddraw_cmd.h726 … ConstructorHandle(const ImageHandle& bitmap, scalar px, scalar py, const PaintHandle& paintHandle) in ConstructorHandle()
729 ImageHandle bitmap;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp89 ImageHandle handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
109 ImageHandle handle = {};
517 ImageHandle handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py292 class ImageHandle(object): class
729 self.image_handle = ImageHandle(self.img)
993 image = ImageHandle(signed_image)
1049 image = ImageHandle(self.img)
1067 image = ImageHandle(self.img)
/ohos5.0/drivers/interface/camera/v1_2/
H A DTypes.idl275 * Data of ImageHandle.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DTypes.idl275 * Data of ImageHandle.
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp114 ImageHandle CmdListHelper::AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap) in AddBitmapToCmdList()
128 …itmap> CmdListHelper::GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bitmapHandle) in GetBitmapFromCmdList()
H A Ddraw_cmd.cpp1017 ImageHandle bitmapHandle; in Marshalling()