Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dpremultiply.cpp8 PremultipliedImage premultiply(UnassociatedImage&& src) { in premultiply()
29 UnassociatedImage unpremultiply(PremultipliedImage&& src) { in unpremultiply()
30 UnassociatedImage dst; in unpremultiply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dpremultiply.hpp8 PremultipliedImage premultiply(UnassociatedImage&&);
9 UnassociatedImage unpremultiply(PremultipliedImage&&);
H A Dimage.hpp169 using UnassociatedImage = Image<ImageAlphaMode::Unassociated>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dwebp_reader.cpp26 UnassociatedImage image({ static_cast<uint32_t>(width), static_cast<uint32_t>(height) }, in decodeWebP()
H A Dpng_reader.cpp101 UnassociatedImage image({ static_cast<uint32_t>(width), static_cast<uint32_t>(height) }); in decodePNG()