Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 27) sorted by relevance

12

/interface/sdk-js/api/
D@ohos.arkui.componentSnapshot.d.ts17 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.ts17 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.ts17 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.ts17 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.ts16 import image from './@ohos.multimedia.image';
41 getPixelMap(): image.PixelMap;
D@ohos.pasteboard.d.ts17 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.ts18 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.ts18 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.ts18 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.ts21 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.ts22 import image from './@ohos.multimedia.image';
882 icon: image.PixelMap;
1629 getFavicon(): image.PixelMap;
D@ohos.file.storageStatistics.d.ts264 image: number;
D@ohos.window.d.ts21 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.ts18 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.ets235 * Sets the image.
240 image?: ResourceStr;
D@ohos.multimedia.avsession.d.ts20 import image from './@ohos.multimedia.image';
1822 mediaImage?: image.PixelMap | string;
1919 mediaImage?: image.PixelMap | string;
D@ohos.multimedia.image.d.ts24 declare namespace image { namespace
3333 export default image;
/interface/sdk-js/api/application/
DMissionSnapshot.d.ts17 import image from '../@ohos.multimedia.image';
46 snapshot: image.PixelMap;
DMissionListener.d.ts16 import image from '../@ohos.multimedia.image';
86 onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
DUIAbilityContext.d.ts29 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/
DnotificationRequest.d.ts17 import image from '../@ohos.multimedia.image';
219 smallIcon?: image.PixelMap;
228 largeIcon?: image.PixelMap;
DnotificationContent.d.ts17 import image from '../@ohos.multimedia.image';
160 picture: image.PixelMap;
/interface/sdk-js/api/common/full/
Dviewmodel.d.ts17 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/
Dcanvas.d.ts1827 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;
Dslider.d.ts478 image?: ResourceStr; property

12