Home
last modified time | relevance | path

Searched defs:createPixelMap (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/interfaces/kits/js/
D@ohos.multimedia.image.d.ts836 …function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallba… function
1318 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; method
1326 createPixelMap(callback: AsyncCallback<PixelMap>): void; method
1336 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void; method