Searched refs:PixelMaps (Results 1 – 5 of 5) sorted by relevance
51 …ive_AntiAliasing_HIGH = 3 <br>} | Enumerates the antialiasing levels used for scaling PixelMaps. |
91 …Map_AntiAliasing_HIGH = 3 <br>} | Enumerates the antialiasing levels used for scaling PixelMaps. | 600 Enumerates the antialiasing levels used for scaling PixelMaps.
5572 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…
96 …ve_AntiAliasing_HIGH = 3 <br>} | Enumerates the anti-aliasing levels used for scaling PixelMaps. | 989 Enumerates the anti-aliasing levels used for scaling PixelMaps.
611 auto PixelMaps = std::make_shared<std::vector<std::shared_ptr<PixelMap>>>(); in GetPixelMaps() local627 PixelMaps->push_back(pixelMap); in GetPixelMaps()629 return PixelMaps; in GetPixelMaps()