Home
last modified time | relevance | path

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

12

/interface/sdk-js/api/
D@ohos.effectKit.d.ts74 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.ts44 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.ts399 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.ts59 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.ts2256 …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.ts61 getPixelMap(): image.PixelMap;
D@ohos.pasteboard.d.ts136 type ValueType = string | image.PixelMap | Want | ArrayBuffer;
540 pixelMap: image.PixelMap;
794 getPrimaryPixelMap(): image.PixelMap;
D@ohos.multimedia.mediaLibrary.d.ts417 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.ts316 constructor(pixelmap: image.PixelMap);
349 drawImage(pixelmap: image.PixelMap, left: number, top: number): void;
D@ohos.file.photoAccessHelper.d.ts702 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.ts981 …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.ts18 function testGetImageInfo(PixelMap pixelMap): void;
19 function testAccessPixels(PixelMap pixelMap): void;
20 function testUnAccessPixels(PixelMap pixelMap): void;
/interface/sdk-js/api/notification/
DnotificationContent.d.ts184 pictureInfo?: Record<string, Array<image.PixelMap>>;
256 picture: image.PixelMap;
337 icon?: image.PixelMap;
373 icons?: Array<image.PixelMap>;
DnotificationRequest.d.ts233 smallIcon?: image.PixelMap;
242 largeIcon?: image.PixelMap;
252 overlayIcon?: image.PixelMap;
/interface/sdk-js/api/@internal/component/ets/
Dsidebar.d.ts341 shown: string | PixelMap | Resource;
342 hidden: string | PixelMap | Resource;
343 switching?: string | PixelMap | Resource;
Dshape.d.ts72 new (value?: PixelMap): ShapeAttribute;
101 (value: PixelMap): ShapeAttribute;
Dcanvas.d.ts1940 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;
Dimage_span.d.ts53 (value: ResourceStr | PixelMap): ImageSpanAttribute;
Drich_editor.d.ts377 pixelMap: PixelMap;
1135 valuePixelMap?: PixelMap;
1243 value: PixelMap | ResourceStr;
2055 addImageSpan(value: PixelMap | ResourceStr, options?: RichEditorImageSpanOptions): number;
Dnav_destination.d.ts451 backButtonIcon(value: ResourceStr | PixelMap): NavDestinationAttribute;
Dvideo.d.ts376 previewUri?: string | PixelMap | Resource;
/interface/sdk-js/api/application/
DMissionSnapshot.d.ts46 snapshot: image.PixelMap;
DMissionListener.d.ts86 onMissionIconUpdated(mission: number, icon: image.PixelMap): void;
DUIAbilityContext.d.ts2024 setMissionIcon(icon: image.PixelMap, callback: AsyncCallback<void>): void;
2053 setMissionIcon(icon: image.PixelMap): Promise<void>;
/interface/sdk-js/api/common/full/
Dviewmodel.d.ts2965 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