Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp14 enum class ImageAlphaMode { enum
20 template <ImageAlphaMode Mode>
165 static constexpr size_t channels = Mode == ImageAlphaMode::Exclusive ? 1 : 4;
169 using UnassociatedImage = Image<ImageAlphaMode::Unassociated>;
170 using PremultipliedImage = Image<ImageAlphaMode::Premultiplied>;
171 using AlphaImage = Image<ImageAlphaMode::Exclusive>;