| 113 | } |
| 114 | |
| 115 | inline Timer::TimeDuration UpdateTextRect(gui::TextItem& text, const gui::UnitRect& text_block_rect) |
| 116 | { |
| 117 | Methane::ScopeTimer scope_timer("Text update"); |
| 118 | text.SetRect(text_block_rect); |
| 119 | return scope_timer.GetElapsedDuration(); |
| 120 | } |
| 121 | |
| 122 | inline Timer::TimeDuration UpdateText(const gui::Text& text, const std::u32string& displayed_text, const gui::UnitRect& text_block_rect) |
| 123 | { |
no test coverage detected