Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.multimedia.image.d.ts4674 …function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallba… function
7676 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; method
7712 createPixelMap(callback: AsyncCallback<PixelMap>): void; method
7756 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void; method