Searched refs:UnassociatedImage (Results 1 – 5 of 5) sorted by relevance
8 PremultipliedImage premultiply(UnassociatedImage&& src) { in premultiply()29 UnassociatedImage unpremultiply(PremultipliedImage&& src) { in unpremultiply()30 UnassociatedImage dst; in unpremultiply()
8 PremultipliedImage premultiply(UnassociatedImage&&);9 UnassociatedImage unpremultiply(PremultipliedImage&&);
169 using UnassociatedImage = Image<ImageAlphaMode::Unassociated>; typedef
26 UnassociatedImage image({ static_cast<uint32_t>(width), static_cast<uint32_t>(height) }, in decodeWebP()
101 UnassociatedImage image({ static_cast<uint32_t>(width), static_cast<uint32_t>(height) }); in decodePNG()