Home
last modified time | relevance | path

Searched refs:PixelMaps (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dpixelmap__native_8h.md51 …ive_AntiAliasing_HIGH = 3 <br>} | Enumerates the antialiasing levels used for scaling PixelMaps. |
H A Dimage.md91 …Map_AntiAliasing_HIGH = 3 <br>} | Enumerates the antialiasing levels used for scaling PixelMaps. |
600 Enumerates the antialiasing levels used for scaling PixelMaps.
H A Djs-apis-image.md5572 Encodes multiple PixelMaps into a GIF file. This API uses a promise to return the result.
5580 | pixelmapSequence | Array\<[PixelMap](#pixelmap7)> | Yes | PixelMaps t…
6173 Encodes multiple PixelMaps into a GIF file. This API uses a promise to return the result.
6181 | pixelmapSequence | Array<[PixelMap](#pixelmap7)> | Yes | PixelMaps t…
H A D_image___native_module.md96 …ve_AntiAliasing_HIGH = 3 <br>} | Enumerates the anti-aliasing levels used for scaling PixelMaps. |
989 Enumerates the anti-aliasing levels used for scaling PixelMaps.
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp611 auto PixelMaps = std::make_shared<std::vector<std::shared_ptr<PixelMap>>>(); in GetPixelMaps() local
627 PixelMaps->push_back(pixelMap); in GetPixelMaps()
629 return PixelMaps; in GetPixelMaps()