Searched refs:onGlyphsAvailable (Results 1 – 6 of 6) sorted by relevance
155 void GeometryTile::onGlyphsAvailable(GlyphMap glyphs) { in onGlyphsAvailable() function in mbgl::GeometryTile156 worker.self().invoke(&GeometryTileWorker::onGlyphsAvailable, std::move(glyphs)); in onGlyphsAvailable()
43 void onGlyphsAvailable(GlyphMap glyphs);
39 void onGlyphsAvailable(GlyphMap) override;
250 void GeometryTileWorker::onGlyphsAvailable(GlyphMap newGlyphMap) { in onGlyphsAvailable() function in mbgl::GeometryTileWorker
23 virtual void onGlyphsAvailable(GlyphMap) = 0;
145 requestor.onGlyphsAvailable(response); in notify()