Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.hpp43 class ImageAtlas { class
49 ImageAtlas makeImageAtlas(const ImageMap&);
H A Dimage_atlas.cpp19 ImageAtlas makeImageAtlas(const ImageMap& images) { in makeImageAtlas()
20 ImageAtlas result; in makeImageAtlas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp23 class ImageAtlas;
H A Dgeometry_tile_worker.cpp440 ImageAtlas imageAtlas = makeImageAtlas(imageMap); in performSymbolLayout()