Searched refs:ImageHandle (Results 1 – 10 of 10) sorted by relevance
22 | BufferHandleSequenceable [imageHandle](#imagehandle) | ImageHandle的数据。 | 59 ImageHandle的数据。
45 static ImageHandle AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap);46 …static std::shared_ptr<Bitmap> GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bit…
28 struct ImageHandle { struct
726 … ConstructorHandle(const ImageHandle& bitmap, scalar px, scalar py, const PaintHandle& paintHandle) in ConstructorHandle()729 ImageHandle bitmap;
89 ImageHandle handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);109 ImageHandle handle = {};517 ImageHandle handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
292 class ImageHandle(object): class729 self.image_handle = ImageHandle(self.img)993 image = ImageHandle(signed_image)1049 image = ImageHandle(self.img)1067 image = ImageHandle(self.img)
275 * Data of ImageHandle.
114 ImageHandle CmdListHelper::AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap) in AddBitmapToCmdList()128 …itmap> CmdListHelper::GetBitmapFromCmdList(const CmdList& cmdList, const ImageHandle& bitmapHandle) in GetBitmapFromCmdList()
1017 ImageHandle bitmapHandle; in Marshalling()