Searched refs:decodeImage (Results 1 – 7 of 7) sorted by relevance
20 auto bucket = std::make_unique<RasterBucket>(decodeImage(*data)); in parse()
20 auto bucket = std::make_unique<HillshadeBucket>(decodeImage(*data), encoding); in parse()
14 PremultipliedImage decodeImage(const std::string& string) { in decodeImage() function
73 baseImpl = makeMutable<Impl>(impl(), decodeImage(*res.data)); in loadDescription()
27 PremultipliedImage decodeImage(const std::string& string) { in decodeImage() function
89 const PremultipliedImage raster = decodeImage(encodedImage); in parseSprite()
174 PremultipliedImage decodeImage(const std::string&);