Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp36 void getGlyphs(GlyphRequestor&, GlyphDependencies);
54 std::unordered_map<GlyphRequestor*, std::shared_ptr<GlyphDependencies>> requestors;
66 void notify(GlyphRequestor&, const GlyphDependencies&);
H A Dglyph_manager.cpp21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs()
22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs()
110 const std::shared_ptr<GlyphDependencies>& dependencies = pair.second; in processResponse()
125 void GlyphManager::notify(GlyphRequestor& requestor, const GlyphDependencies& glyphDependencies) { in notify()
H A Dglyph.hpp114 using GlyphDependencies = std::map<FontStack,GlyphIDs>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.hpp53 void requestNewGlyphs(const GlyphDependencies&);
89 GlyphDependencies pendingGlyphDependencies;
H A Dgeometry_tile_worker.cpp279 void GeometryTileWorker::requestNewGlyphs(const GlyphDependencies& glyphDependencies) { in requestNewGlyphs()
336 GlyphDependencies glyphDependencies; in parse()
H A Dgeometry_tile.hpp42 void getGlyphs(GlyphDependencies);
H A Dgeometry_tile.cpp159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp34 GlyphDependencies&);
H A Dsymbol_layout.cpp42 GlyphDependencies& glyphDependencies) in SymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp79 GlyphDependencies&,
H A Drender_symbol_layer.cpp42 GlyphDependencies& glyphDependencies, in createLayout()