Searched refs:glyphDependencies (Results 1 – 5 of 5) sorted by relevance
21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() argument22 auto dependencies = std::make_shared<GlyphDependencies>(std::move(glyphDependencies)); in getGlyphs()125 void GlyphManager::notify(GlyphRequestor& requestor, const GlyphDependencies& glyphDependencies) { in notify() argument128 for (const auto& dependency : glyphDependencies) { in notify()
279 void GeometryTileWorker::requestNewGlyphs(const GlyphDependencies& glyphDependencies) { in requestNewGlyphs() argument280 for (auto& fontDependencies : glyphDependencies) { in requestNewGlyphs()336 GlyphDependencies glyphDependencies; in parse() local368 parameters, group, std::move(geometryLayer), glyphDependencies, imageDependencies); in parse()405 requestNewGlyphs(glyphDependencies); in parse()
159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs() argument160 glyphManager.getGlyphs(*this, std::move(glyphDependencies)); in getGlyphs()
42 GlyphDependencies& glyphDependencies, in createLayout() argument48 glyphDependencies); in createLayout()
42 GlyphDependencies& glyphDependencies) in SymbolLayout() argument124 GlyphIDs& dependencies = glyphDependencies[fontStack]; in SymbolLayout()