Home
last modified time | relevance | path

Searched refs:m_capacity_height (Results 1 – 1 of 1) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DFont.cpp114 m_capacity_height(initial_height), in Buffer2d()
138 { return m_capacity_height; } in CurrentHeight()
146 { return m_capacity_height; } in BufferHeight()
163 Y m_capacity_height; // How hight the reserved buffer is member in __anon714a98a00111::Buffer2d
174 Y new_capacity_height = m_capacity_height; in EnsureFit()
192 … if (new_capacity_width != m_capacity_width || new_capacity_height != m_capacity_height) { in ResizeCapacity()
204 m_capacity_height = new_capacity_height; in ResizeCapacity()