Home
last modified time | relevance | path

Searched refs:GlyphMap (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.hpp43 void onGlyphsAvailable(GlyphMap glyphs);
91 GlyphMap glyphMap;
H A Dgeometry_tile.hpp39 void onGlyphsAvailable(GlyphMap) override;
H A Dgeometry_tile.cpp155 void GeometryTile::onGlyphsAvailable(GlyphMap glyphs) { in onGlyphsAvailable()
H A Dgeometry_tile_worker.cpp250 void GeometryTileWorker::onGlyphsAvailable(GlyphMap newGlyphMap) { in onGlyphsAvailable()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_atlas.hpp23 GlyphAtlas makeGlyphAtlas(const GlyphMap&);
H A Dglyph_manager.hpp23 virtual void onGlyphsAvailable(GlyphMap) = 0;
H A Dglyph_atlas.cpp9 GlyphAtlas makeGlyphAtlas(const GlyphMap& glyphs) { in makeGlyphAtlas()
H A Dglyph.hpp58 using GlyphMap = std::map<FontStack, Glyphs>; typedef
H A Dglyph_manager.cpp126 GlyphMap response; in notify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp36 void prepare(const GlyphMap&, const GlyphPositions&,
H A Dsymbol_layout.cpp156 void SymbolLayout::prepare(const GlyphMap& glyphMap, const GlyphPositions& glyphPositions, in prepare()