Searched refs:GlyphDependencies (Results 1 – 11 of 11) sorted by relevance
36 void getGlyphs(GlyphRequestor&, GlyphDependencies);54 std::unordered_map<GlyphRequestor*, std::shared_ptr<GlyphDependencies>> requestors;66 void notify(GlyphRequestor&, const GlyphDependencies&);
21 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()
114 using GlyphDependencies = std::map<FontStack,GlyphIDs>; typedef
53 void requestNewGlyphs(const GlyphDependencies&);89 GlyphDependencies pendingGlyphDependencies;
279 void GeometryTileWorker::requestNewGlyphs(const GlyphDependencies& glyphDependencies) { in requestNewGlyphs()336 GlyphDependencies glyphDependencies; in parse()
42 void getGlyphs(GlyphDependencies);
159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs()
34 GlyphDependencies&);
42 GlyphDependencies& glyphDependencies) in SymbolLayout()
79 GlyphDependencies&,
42 GlyphDependencies& glyphDependencies, in createLayout()