| /interface/sdk-js/api/ |
| D | @ohos.arkui.componentSnapshot.d.ts | 17 import image from './@ohos.multimedia.image' 39 function get(id: string, callback: AsyncCallback<image.PixelMap>): void; 52 function get(id: string): Promise<image.PixelMap>; 65 function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>): void; 78 function createFromBuilder(builder: CustomBuilder): Promise<image.PixelMap>;
|
| D | @ohos.effectKit.d.ts | 17 import image from './@ohos.multimedia.image'; 64 getPixelMap(): image.PixelMap; 165 function createEffect(source: image.PixelMap): Filter; 175 function createColorPicker(source: image.PixelMap): Promise<ColorPicker>; 187 function createColorPicker(source: image.PixelMap, region: Array<number>): Promise<ColorPicker>; 197 function createColorPicker(source: image.PixelMap, callback: AsyncCallback<ColorPicker>): void; 209 …function createColorPicker(source: image.PixelMap, region: Array<number>, callback: AsyncCallback<…
|
| D | @ohos.screenshot.d.ts | 17 import image from './@ohos.multimedia.image'; 40 function save(options: ScreenshotOptions, callback: AsyncCallback<image.PixelMap>): void; 52 function save(callback: AsyncCallback<image.PixelMap>): void; 66 function save(options?: ScreenshotOptions): Promise<image.PixelMap>;
|
| D | @ohos.wallpaper.d.ts | 17 import image from './@ohos.multimedia.image'; 394 source: string | image.PixelMap, 410 …function setWallpaper(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void… 426 …function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType, callback: AsyncCa… 442 function setImage(source: string | image.PixelMap, wallpaperType: WallpaperType): Promise<void>; 455 function getPixelMap(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void; 468 function getPixelMap(wallpaperType: WallpaperType): Promise<image.PixelMap>; 483 function getImage(wallpaperType: WallpaperType, callback: AsyncCallback<image.PixelMap>): void; 498 function getImage(wallpaperType: WallpaperType): Promise<image.PixelMap>;
|
| D | @ohos.arkui.drawableDescriptor.d.ts | 16 import image from './@ohos.multimedia.image'; 41 getPixelMap(): image.PixelMap;
|
| D | @ohos.pasteboard.d.ts | 17 import image from './@ohos.multimedia.image'; 74 type ValueType = string | image.PixelMap | Want | ArrayBuffer; 323 pixelMap: image.PixelMap; 490 getPrimaryPixelMap(): image.PixelMap;
|
| D | @ohos.file.photoAccessHelper.d.ts | 18 import type image from './@ohos.multimedia.image'; alias 303 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 317 getThumbnail(size: image.Size, callback: AsyncCallback<image.PixelMap>): void; 331 getThumbnail(size?: image.Size): Promise<image.PixelMap>;
|
| D | @ohos.filemanagement.userFileManager.d.ts | 18 import image from './@ohos.multimedia.image'; 294 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 305 getThumbnail(size: image.Size, callback: AsyncCallback<image.PixelMap>): void; 316 getThumbnail(size?: image.Size): Promise<image.PixelMap>;
|
| D | @ohos.multimedia.mediaLibrary.d.ts | 18 import image from './@ohos.multimedia.image'; 412 getThumbnail(callback: AsyncCallback<image.PixelMap>): void; 423 getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void; 433 getThumbnail(size?: Size): Promise<image.PixelMap>;
|
| D | @ohos.bundle.d.ts | 21 import image from './@ohos.multimedia.image'; 841 …function getAbilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.Pix… 855 function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>;
|
| D | @ohos.web.webview.d.ts | 22 import image from './@ohos.multimedia.image'; 882 icon: image.PixelMap; 1629 getFavicon(): image.PixelMap;
|
| D | @ohos.file.storageStatistics.d.ts | 264 image: number;
|
| D | @ohos.window.d.ts | 21 import image from './@ohos.multimedia.image'; 1403 function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean): Promise<void>; 1418 …function setWaterMarkImage(pixelMap: image.PixelMap, enable: boolean, callback: AsyncCallback<void… 3462 snapshot(callback: AsyncCallback<image.PixelMap>): void; 3472 snapshot(): Promise<image.PixelMap>;
|
| D | @ohos.multimedia.camera.d.ts | 18 import image from './@ohos.multimedia.image'; 2388 on(type: 'quickThumbnail', callback: AsyncCallback<image.PixelMap>): void; 2400 off(type: 'quickThumbnail', callback?: AsyncCallback<image.PixelMap>): void;
|
| D | @ohos.arkui.advanced.ComposeListItem.d.ets | 235 * Sets the image. 240 image?: ResourceStr;
|
| D | @ohos.multimedia.avsession.d.ts | 20 import image from './@ohos.multimedia.image'; 1822 mediaImage?: image.PixelMap | string; 1919 mediaImage?: image.PixelMap | string;
|
| D | @ohos.multimedia.image.d.ts | 24 declare namespace image { namespace 3333 export default 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'; 1703 setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void; 1732 setMissionIcon(icon: image.PixelMap): Promise<void>;
|
| /interface/sdk-js/api/notification/ |
| D | notificationRequest.d.ts | 17 import image from '../@ohos.multimedia.image'; 219 smallIcon?: image.PixelMap; 228 largeIcon?: image.PixelMap;
|
| D | notificationContent.d.ts | 17 import image from '../@ohos.multimedia.image'; 160 picture: image.PixelMap;
|
| /interface/sdk-js/api/common/full/ |
| D | viewmodel.d.ts | 17 import image from "../../@ohos.multimedia.image"; 1523 drawImage(image: Image, dx: number, dy: number, dw: number, dh: number): void; 1541 image: Image, 1563 drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void; 1581 image: image.PixelMap, 1703 createPattern(image: Image, repetition: string): CanvasPattern; 1784 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap 2385 createPattern(image: Image, repetition: string): object; 2603 drawImage(image: Image, dx: number, dy: number, dWidth: number, dHeight: number): void; 2621 image: Image, [all …]
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | canvas.d.ts | 1827 drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void; 1865 drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void; 1916 image: ImageBitmap | PixelMap, 2263 createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
|
| D | slider.d.ts | 478 image?: ResourceStr; property
|