Searched refs:getGlyphs (Results 1 – 5 of 5) sorted by relevance
159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs() function in mbgl::GeometryTile160 glyphManager.getGlyphs(*this, std::move(glyphDependencies)); in getGlyphs()
42 void getGlyphs(GlyphDependencies);
289 parent.invoke(&GeometryTile::getGlyphs, pendingGlyphDependencies); in requestNewGlyphs()
36 void getGlyphs(GlyphRequestor&, GlyphDependencies);
21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() function in mbgl::GlyphManager