Searched refs:PixelMap (Results 1 – 25 of 37) sorted by relevance
12
| /interface/sdk-js/api/ |
| D | @ohos.effectKit.d.ts | 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 | 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.wallpaper.d.ts | 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.screenshot.d.ts | 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.multimedia.image.d.ts | 2256 …lMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallback<PixelMap>): void; 2277 function createPixelMap(colors: ArrayBuffer, options: InitializationOptions): Promise<PixelMap>; 2296 function createPixelMapFromParcel(sequence: rpc.MessageSequence): PixelMap; 2310 function createPixelMapFromSurface(surfaceId: string, region: Region): Promise<PixelMap>; 2657 interface PixelMap { 3149 createAlphaPixelmap(): Promise<PixelMap>; 3175 createAlphaPixelmap(callback: AsyncCallback<PixelMap>): void; 3530 unmarshalling(sequence: rpc.MessageSequence): Promise<PixelMap>; 3802 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; 3828 createPixelMap(callback: AsyncCallback<PixelMap>): void; [all …]
|
| D | @ohos.arkui.drawableDescriptor.d.ts | 61 getPixelMap(): image.PixelMap;
|
| D | @ohos.pasteboard.d.ts | 136 type ValueType = string | image.PixelMap | Want | ArrayBuffer; 540 pixelMap: image.PixelMap; 794 getPrimaryPixelMap(): image.PixelMap;
|
| D | @ohos.multimedia.mediaLibrary.d.ts | 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.graphics.drawing.d.ts | 316 constructor(pixelmap: image.PixelMap); 349 drawImage(pixelmap: image.PixelMap, left: number, top: number): void;
|
| D | @ohos.file.photoAccessHelper.d.ts | 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;
|
| D | @ohos.bundle.d.ts | 981 …bilityIcon(bundleName: string, abilityName: string, callback: AsyncCallback<image.PixelMap>): void; 995 function getAbilityIcon(bundleName: string, abilityName: string): Promise<image.PixelMap>;
|
| /interface/sdk_c/multimedia/image_framework/ndk_test_example/ |
| D | @ohos.xtstest.mypixelmap.d.ts | 18 function testGetImageInfo(PixelMap pixelMap): void; 19 function testAccessPixels(PixelMap pixelMap): void; 20 function testUnAccessPixels(PixelMap pixelMap): void;
|
| /interface/sdk-js/api/notification/ |
| D | notificationContent.d.ts | 184 pictureInfo?: Record<string, Array<image.PixelMap>>; 256 picture: image.PixelMap; 337 icon?: image.PixelMap; 373 icons?: Array<image.PixelMap>;
|
| D | notificationRequest.d.ts | 233 smallIcon?: image.PixelMap; 242 largeIcon?: image.PixelMap; 252 overlayIcon?: image.PixelMap;
|
| /interface/sdk-js/api/@internal/component/ets/ |
| D | sidebar.d.ts | 341 shown: string | PixelMap | Resource; 342 hidden: string | PixelMap | Resource; 343 switching?: string | PixelMap | Resource;
|
| D | shape.d.ts | 72 new (value?: PixelMap): ShapeAttribute; 101 (value: PixelMap): ShapeAttribute;
|
| D | canvas.d.ts | 1940 constructor(data: PixelMap); 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, 3407 getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap; 4869 setPixelMap(value?: PixelMap): void;
|
| D | image_span.d.ts | 53 (value: ResourceStr | PixelMap): ImageSpanAttribute;
|
| D | rich_editor.d.ts | 377 pixelMap: PixelMap; 1135 valuePixelMap?: PixelMap; 1243 value: PixelMap | ResourceStr; 2055 addImageSpan(value: PixelMap | ResourceStr, options?: RichEditorImageSpanOptions): number;
|
| D | nav_destination.d.ts | 451 backButtonIcon(value: ResourceStr | PixelMap): NavDestinationAttribute;
|
| D | video.d.ts | 376 previewUri?: string | PixelMap | Resource;
|
| /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 | 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 | 2965 drawImage(image: image.PixelMap, dx: number, dy: number, dw: number, dh: number): void; 2999 image: image.PixelMap, 3378 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap 4983 drawImage(image: image.PixelMap, dx: number, dy: number, dWidth: number, dHeight: number): void; 5017 image: image.PixelMap, 5145 getPixelMap(sx: number, sy: number, sw: number, sh: number): image.PixelMap
|
12