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

Method Update

libs/drape_frontend/text_handle.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool TextHandle::Update(ScreenBase const & screen)
59{
60 if (!m_glyphsReady)
61 m_glyphsReady = m_textureManager->AreGlyphsReady(m_glyphs);
62
63 return m_glyphsReady;
64}
65
66bool TextHandle::IndexesRequired() const
67{

Callers

nothing calls this directly

Calls 1

AreGlyphsReadyMethod · 0.45

Tested by

no test coverage detected