MCPcopy Create free account
hub / github.com/comaps/comaps / MarkGlyphReady

Method MarkGlyphReady

libs/drape/glyph_manager.cpp:543–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 void GlyphManager::MarkGlyphReady(GlyphFontAndId key)
544 {
545 ASSERT_GREATER_OR_EQUAL(key.m_fontIndex, 0, ());
546 ASSERT_LESS(key.m_fontIndex, static_cast<int>(m_impl->m_fonts.size()), ());
547 m_impl->m_fonts[key.m_fontIndex]->MarkGlyphReady(key.m_glyphId);
548 }
549
550 bool GlyphManager::AreGlyphsReady(TGlyphs const & glyphs) const
551 {

Callers 1

UploadResourcesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected