Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Draster_tile_worker.cpp20 auto bucket = std::make_unique<RasterBucket>(decodeImage(*data)); in parse()
H A Draster_dem_tile_worker.cpp20 auto bucket = std::make_unique<HillshadeBucket>(decodeImage(*data), encoding); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dimage.cpp14 PremultipliedImage decodeImage(const std::string& string) { in decodeImage() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp73 baseImpl = makeMutable<Impl>(impl(), decodeImage(*res.data)); in loadDescription()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_image.cpp27 PremultipliedImage decodeImage(const std::string& string) { in decodeImage() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp89 const PremultipliedImage raster = decodeImage(encodedImage); in parseSprite()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimage.hpp174 PremultipliedImage decodeImage(const std::string&);