Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.hpp17 class GlyphAtlas { class
23 GlyphAtlas makeGlyphAtlas(const GlyphMap&);
H A Dglyph_atlas.cpp9 GlyphAtlas makeGlyphAtlas(const GlyphMap& glyphs) { in makeGlyphAtlas()
10 GlyphAtlas result; in makeGlyphAtlas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp22 class GlyphAtlas;
H A Dgeometry_tile_worker.cpp439 GlyphAtlas glyphAtlas = makeGlyphAtlas(glyphMap); in performSymbolLayout()