Home
last modified time | relevance | path

Searched refs:PixelMap (Results 1 – 25 of 31) sorted by relevance

12

/interface/sdk-js/api/
D@ohos.effectKit.d.ts64 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.arkui.componentSnapshot.d.ts39 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.wallpaper.d.ts394 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.screenshot.d.ts40 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.multimedia.image.d.ts1554 …lMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallback<PixelMap>): void;
1575 function createPixelMap(colors: ArrayBuffer, options: InitializationOptions): Promise<PixelMap>;
1797 interface PixelMap {
2119 createAlphaPixelmap(): Promise<PixelMap>;
2136 createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void;
2374 unmarshalling(sequence: rpc.MessageSequence): Promise<PixelMap>;
2514 createPixelMap(options?: DecodingOptions): Promise<PixelMap>;
2531 createPixelMap(callback: AsyncCallback<PixelMap>): void;
2552 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void;
2569 createPixelMapList(options?: DecodingOptions): Promise<Array<PixelMap>>;
[all …]
D@ohos.arkui.drawableDescriptor.d.ts41 getPixelMap(): image.PixelMap;
D@ohos.pasteboard.d.ts74 type ValueType = string | image.PixelMap | Want | ArrayBuffer;
323 pixelMap: image.PixelMap;
490 getPrimaryPixelMap(): image.PixelMap;
D@ohos.multimedia.mediaLibrary.d.ts412 getThumbnail(callback: AsyncCallback<image.PixelMap>): void;
423 getThumbnail(size: Size, callback: AsyncCallback<image.PixelMap>): void;
433 getThumbnail(size?: Size): Promise<image.PixelMap>;
D@ohos.file.photoAccessHelper.d.ts303 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.bundle.d.ts841 …bilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.PixelMap>): void;
855 function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>;
D@ohos.filemanagement.userFileManager.d.ts294 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.web.webview.d.ts882 icon: image.PixelMap;
1629 getFavicon(): image.PixelMap;
/interface/sdk-js/api/@internal/component/ets/
Dsidebar.d.ts219 shown: string | PixelMap | Resource;
220 hidden: string | PixelMap | Resource;
221 switching?: string | PixelMap | Resource;
Dshape.d.ts54 new (value?: PixelMap): ShapeAttribute;
73 (value: PixelMap): ShapeAttribute;
Dcanvas.d.ts1413 constructor(data: PixelMap);
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,
2544 getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
3605 setPixelMap(value?: PixelMap): void;
Dimage_span.d.ts34 (value: ResourceStr | PixelMap): ImageSpanAttribute;
Drich_editor.d.ts404 valuePixelMap?: PixelMap;
458 value: PixelMap | ResourceStr;
784 addImageSpan(value: PixelMap | ResourceStr, options?: RichEditorImageSpanOptions): number;
Dvideo.d.ts250 previewUri?: string | PixelMap | Resource;
Dimage.d.ts248 (src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
/interface/sdk-js/api/notification/
DnotificationRequest.d.ts219 smallIcon?: image.PixelMap;
228 largeIcon?: image.PixelMap;
DnotificationContent.d.ts160 picture: image.PixelMap;
/interface/sdk-js/api/application/
DMissionSnapshot.d.ts46 snapshot: image.PixelMap;
DMissionListener.d.ts86 onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
DUIAbilityContext.d.ts1703 setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
1732 setMissionIcon(icon: image.PixelMap): Promise<void>;
/interface/sdk-js/api/common/full/
Dviewmodel.d.ts1563 drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void;
1581 image: image.PixelMap,
1784 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap
2643 drawImage(image: image.PixelMap, dx: number, dy: number, dWidth: number, dHeight: number): void;
2661 image: image.PixelMap,
2732 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap

12