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.ts5036 …function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallba… function
8266 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; method
8303 createPixelMap(callback: AsyncCallback<PixelMap>): void; method
8348 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void; method