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

Method Update

libs/drape_frontend/gui/gui_text.cpp:476–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool MutableLabelHandle::Update(ScreenBase const & screen)
477{
478 if (!m_glyphsReady)
479 m_glyphsReady = m_textureManager->AreGlyphsReady(m_textView->GetGlyphs());
480
481 if (!m_glyphsReady)
482 return false;
483
484 return TBase::Update(screen);
485}
486
487void MutableLabelHandle::SetTextureManager(ref_ptr<dp::TextureManager> textures)
488{

Callers

nothing calls this directly

Calls 3

UpdateFunction · 0.50
AreGlyphsReadyMethod · 0.45
GetGlyphsMethod · 0.45

Tested by

no test coverage detected