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.ts642 …function createPixelMap(colors: ArrayBuffer, options: InitializationOptions, callback: AsyncCallba… function
1080 createPixelMap(options?: DecodingOptions): Promise<PixelMap>; method
1088 createPixelMap(callback: AsyncCallback<PixelMap>): void; method
1098 createPixelMap(options: DecodingOptions, callback: AsyncCallback<PixelMap>): void; method