Searched refs:PixelMap (Results 1 – 25 of 31) sorted by relevance
12
| /interface/sdk-js/api/ |
| D | @ohos.effectKit.d.ts | 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.arkui.componentSnapshot.d.ts | 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.wallpaper.d.ts | 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.screenshot.d.ts | 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.multimedia.image.d.ts | 1554 …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.ts | 41 getPixelMap(): image.PixelMap;
|
| D | @ohos.pasteboard.d.ts | 74 type ValueType = string | image.PixelMap | Want | ArrayBuffer; 323 pixelMap: image.PixelMap; 490 getPrimaryPixelMap(): image.PixelMap;
|
| D | @ohos.multimedia.mediaLibrary.d.ts | 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.file.photoAccessHelper.d.ts | 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.bundle.d.ts | 841 …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.ts | 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.web.webview.d.ts | 882 icon: image.PixelMap; 1629 getFavicon(): image.PixelMap;
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | sidebar.d.ts | 219 shown: string | PixelMap | Resource; 220 hidden: string | PixelMap | Resource; 221 switching?: string | PixelMap | Resource;
|
| D | shape.d.ts | 54 new (value?: PixelMap): ShapeAttribute; 73 (value: PixelMap): ShapeAttribute;
|
| D | canvas.d.ts | 1413 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;
|
| D | image_span.d.ts | 34 (value: ResourceStr | PixelMap): ImageSpanAttribute;
|
| D | rich_editor.d.ts | 404 valuePixelMap?: PixelMap; 458 value: PixelMap | ResourceStr; 784 addImageSpan(value: PixelMap | ResourceStr, options?: RichEditorImageSpanOptions): number;
|
| D | video.d.ts | 250 previewUri?: string | PixelMap | Resource;
|
| D | image.d.ts | 248 (src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
|
| /interface/sdk-js/api/notification/ |
| D | notificationRequest.d.ts | 219 smallIcon?: image.PixelMap; 228 largeIcon?: image.PixelMap;
|
| D | notificationContent.d.ts | 160 picture: image.PixelMap;
|
| /interface/sdk-js/api/application/ |
| D | MissionSnapshot.d.ts | 46 snapshot: image.PixelMap;
|
| D | MissionListener.d.ts | 86 onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
|
| D | UIAbilityContext.d.ts | 1703 setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void; 1732 setMissionIcon(icon: image.PixelMap): Promise<void>;
|
| /interface/sdk-js/api/common/full/ |
| D | viewmodel.d.ts | 1563 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