Home
last modified time | relevance | path

Searched refs:glyphDependencies (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() argument
22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs()
125 void GlyphManager::notify(GlyphRequestor& requestor, const GlyphDependencies& glyphDependencies) { in notify() argument
128 for (const auto& dependency : glyphDependencies) { in notify()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp279 void GeometryTileWorker::requestNewGlyphs(const GlyphDependencies& glyphDependencies) { in requestNewGlyphs() argument
280 for (auto& fontDependencies : glyphDependencies) { in requestNewGlyphs()
336 GlyphDependencies glyphDependencies; in parse() local
368 parameters, group, std::move(geometryLayer), glyphDependencies, imageDependencies); in parse()
405 requestNewGlyphs(glyphDependencies); in parse()
H A Dgeometry_tile.cpp159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs() argument
160 glyphManager.getGlyphs(*this, std::move(glyphDependencies)); in getGlyphs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp42 GlyphDependencies& glyphDependencies, in createLayout() argument
48 glyphDependencies); in createLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp42 GlyphDependencies& glyphDependencies) in SymbolLayout() argument
124 GlyphIDs& dependencies = glyphDependencies[fontStack]; in SymbolLayout()