Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dglobal_port_matrix.cc177 pair<uint32_t, uint32_t> const pm_max = _port_matrix.max_size (); in on_show() local
178 resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second); in on_show()
H A Dmonitor_selector.cc233 std::pair<uint32_t, uint32_t> const pm_max = _selector.max_size (); in on_show() local
234 resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second); in on_show()
H A Dio_selector.cc259 std::pair<uint32_t, uint32_t> const pm_max = _selector.max_size (); in on_show() local
260 resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second); in on_show()
H A Dbundle_manager.cc242 pair<uint32_t, uint32_t> const pm_max = _matrix.max_size (); in on_show() local
243 resize_window_to_proportion_of_monitor (this, pm_max.first, pm_max.second); in on_show()