Searched refs:pendingGlyphDependencies (Results 1 – 2 of 2) sorted by relevance
256 GlyphIDs& pendingGlyphIDs = pendingGlyphDependencies[fontStack]; in onGlyphsAvailable()284 pendingGlyphDependencies[fontDependencies.first].insert(glyphID); in requestNewGlyphs()288 if (!pendingGlyphDependencies.empty()) { in requestNewGlyphs()289 parent.invoke(&GeometryTile::getGlyphs, pendingGlyphDependencies); in requestNewGlyphs()417 for (auto& glyphDependency : pendingGlyphDependencies) { in hasPendingSymbolDependencies()
89 GlyphDependencies pendingGlyphDependencies; member in mbgl::GeometryTileWorker