| /interface/sdk_c/graphic/graphic_2d/native_image/ |
| D | native_image.h | 96 OHNativeWindow* OH_NativeImage_AcquireNativeWindow(OH_NativeImage* image); 109 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId); 121 int32_t OH_NativeImage_DetachContext(OH_NativeImage* image); 132 int32_t OH_NativeImage_UpdateSurfaceImage(OH_NativeImage* image); 143 int64_t OH_NativeImage_GetTimestamp(OH_NativeImage* image); 156 int32_t OH_NativeImage_GetTransformMatrix(OH_NativeImage* image, float matrix[16]); 168 int32_t OH_NativeImage_GetSurfaceId(OH_NativeImage* image, uint64_t* surfaceId); 180 int32_t OH_NativeImage_SetOnFrameAvailableListener(OH_NativeImage* image, OH_OnFrameAvailableListen… 191 int32_t OH_NativeImage_UnsetOnFrameAvailableListener(OH_NativeImage* image); 202 void OH_NativeImage_Destroy(OH_NativeImage** image);
|
| /interface/sdk-js/api/ |
| D | @ohos.effectKit.d.ts | 22 import image from './@ohos.multimedia.image'; 74 getPixelMap(): image.PixelMap; 82 getEffectPixelMap(): Promise<image.PixelMap>; 191 function createEffect(source: image.PixelMap): Filter; 201 function createColorPicker(source: image.PixelMap): Promise<ColorPicker>; 213 function createColorPicker(source: image.PixelMap, region: Array<number>): Promise<ColorPicker>; 223 function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void; 235 …function createColorPicker(source: image.PixelMap, region: Array<number>, callback: AsyncCallback<…
|
| D | @ohos.arkui.componentSnapshot.d.ts | 22 import image from './@ohos.multimedia.image' 44 function get(id: string, callback: AsyncCallback<image.PixelMap>): void; 57 function get(id: string): Promise<image.PixelMap>; 70 function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>): void; 83 function createFromBuilder(builder: CustomBuilder): Promise<image.PixelMap>;
|
| D | @ohos.screenshot.d.ts | 22 import image from './@ohos.multimedia.image'; 59 function save(options: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>): void; 71 function save(callback: AsyncCallback<image.PixelMap>): void; 85 function save(options?: ScreenshotOptions): Promise<image.PixelMap>;
|
| D | @ohos.wallpaper.d.ts | 22 import image from './@ohos.multimedia.image'; 399 source: string | image.PixelMap, 415 …function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void… 431 …function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCa… 447 function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>; 460 function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void; 473 function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>; 488 function getImage(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void; 503 function getImage(wallpaperType: WallpaperType): Promise<image.PixelMap>;
|
| D | @ohos.arkui.drawableDescriptor.d.ts | 21 import image from './@ohos.multimedia.image'; 61 getPixelMap(): image.PixelMap;
|
| D | @ohos.pasteboard.d.ts | 23 import image from './@ohos.multimedia.image'; 136 type ValueType = string | image.PixelMap | Want | ArrayBuffer; 540 pixelMap: image.PixelMap; 794 getPrimaryPixelMap(): image.PixelMap;
|
| D | @ohos.file.photoAccessHelper.d.ts | 23 import type image from './@ohos.multimedia.image'; alias 454 dataHandler: MediaAssetDataHandler<image.ImageSource> 702 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 716 getThumbnail(size: image.Size, callback: AsyncCallback<image.PixelMap>): void; 730 getThumbnail(size?: image.Size): Promise<image.PixelMap>; 1086 requestPhoto(callback: AsyncCallback<image.PixelMap>): string; 1102 requestPhoto(options: RequestPhotoOptions, callback: AsyncCallback<image.PixelMap>): string; 1449 size?: image.Size;
|
| D | @ohos.filemanagement.userFileManager.d.ts | 23 import image from './@ohos.multimedia.image'; 299 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 310 getThumbnail(size: image.Size, callback: AsyncCallback<image.PixelMap>): void; 321 getThumbnail(size?: image.Size): Promise<image.PixelMap>;
|
| D | @ohos.graphics.drawing.d.ts | 21 import type image from './@ohos.multimedia.image'; alias 316 constructor(pixelmap: image.PixelMap); 349 drawImage(pixelmap: image.PixelMap, left: number, top: number): void;
|
| D | @ohos.multimedia.mediaLibrary.d.ts | 23 import image from './@ohos.multimedia.image'; 417 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 428 getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void; 438 getThumbnail(size?: Size): Promise<image.PixelMap>;
|
| D | @ohos.bundle.d.ts | 26 import image from './@ohos.multimedia.image'; 981 …function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.Pix… 995 function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>;
|
| D | @ohos.multimodalInput.pointer.d.ts | 22 import type image from './@ohos.multimedia.image'; alias 1308 …function setCustomCursor(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?: num… 1321 …function setCustomCursorSync(windowId: number, pixelMap: image.PixelMap, focusX?: number, focusY?:…
|
| D | @ohos.file.storageStatistics.d.ts | 269 image: number;
|
| /interface/sdk-js/api/notification/ |
| D | notificationContent.d.ts | 17 import image from '../@ohos.multimedia.image'; 184 pictureInfo?: Record<string, Array<image.PixelMap>>; 256 picture: image.PixelMap; 337 icon?: image.PixelMap; 373 icons?: Array<image.PixelMap>;
|
| D | notificationRequest.d.ts | 17 import image from '../@ohos.multimedia.image'; 233 smallIcon?: image.PixelMap; 242 largeIcon?: image.PixelMap; 252 overlayIcon?: image.PixelMap;
|
| /interface/sdk-js/kits/ |
| D | @kit.ImageKit.d.ts | 21 import image from '@ohos.multimedia.image'; 23 export { image };
|
| /interface/sdk-js/api/application/ |
| D | MissionSnapshot.d.ts | 17 import image from '../@ohos.multimedia.image'; 46 snapshot: image.PixelMap;
|
| D | MissionListener.d.ts | 16 import image from '../@ohos.multimedia.image'; 86 onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
|
| D | UIAbilityContext.d.ts | 29 import image from '../@ohos.multimedia.image'; 2024 setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void; 2053 setMissionIcon(icon: image.PixelMap): Promise<void>;
|
| /interface/sdk-js/api/common/full/ |
| D | viewmodel.d.ts | 17 import image from "../../@ohos.multimedia.image"; 2897 drawImage(image: Image, dx: number, dy: number, dw: number, dh: number): void; 2931 image: Image, 2965 drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void; 2999 image: image.PixelMap, 3223 createPattern(image: Image, repetition: string): CanvasPattern; 3378 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap 4512 createPattern(image: Image, repetition: string): object; 4915 drawImage(image: Image, dx: number, dy: number, dWidth: number, dHeight: number): void; 4949 image: Image, [all …]
|
| /interface/sdk_c/third_party/vulkan-headers/vulkan/ |
| D | vulkan_ohos.h | 83 … uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int32_t* pNativeF… 85 typedef VkResult (VKAPI_PTR *PFN_vkAcquireImageOHOS)(VkDevice device, VkImage image, int32_t native… 86 … uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int32_t* pNativeF… 107 VkImage image, 118 VkImage image, 127 VkImage image,
|
| /interface/sdk_c/multimedia/image_framework/include/ |
| D | image_receiver_mdk.h | 164 int32_t OH_Image_Receiver_ReadLatestImage(const ImageReceiverNative* native, napi_value* image); 186 int32_t OH_Image_Receiver_ReadNextImage(const ImageReceiverNative* native, napi_value* image);
|
| /interface/sdk_c/multimedia/image_framework/ndk_test_example/ |
| D | @ohos.xtstest.mypixelmap.d.ts | 15 import image from '@ohos.multimedia.image'
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | canvas.d.ts | 2440 drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void; 2492 drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void; 2561 image: ImageBitmap | PixelMap, 3038 createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
|