[drape] Faster RenderBucket

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-11-01 16:10:22 +00:00
committed by map-per
parent bb9637041d
commit bf07edbc33
17 changed files with 90 additions and 129 deletions

View File

@@ -21,7 +21,8 @@ public:
bool GetPivot(size_t textIndex, m2::PointD & pivot, m2::Spline::iterator & centerPointIter) const;
void BeforeUpdate();
// TODO: these are unused?
inline void BeforeUpdate() { m_updated = false; }
void Update(ScreenBase const & screen);
std::vector<double> const & GetOffsets() const;