Home
last modified time | relevance | path

Searched refs:glyphAtlasImage (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp137 if (result.glyphAtlasImage) { in onLayout()
138 glyphAtlasImage = std::move(*result.glyphAtlasImage); in onLayout()
182 if (glyphAtlasImage) { in upload()
183 glyphAtlasTexture = context.createTexture(*glyphAtlasImage, 0); in upload()
184 glyphAtlasImage = {}; in upload()
H A Dgeometry_tile.hpp71 optional<AlphaImage> glyphAtlasImage; member in mbgl::GeometryTile::LayoutResult
80 glyphAtlasImage(std::move(glyphAtlasImage_)), in LayoutResult()
119 optional<AlphaImage> glyphAtlasImage; member in mbgl::GeometryTile
H A Dgeometry_tile_worker.cpp435 optional<AlphaImage> glyphAtlasImage; in performSymbolLayout()
442 glyphAtlasImage = std::move(glyphAtlas.image); in performSymbolLayout()
485 std::move(glyphAtlasImage), in performSymbolLayout()