Searched refs:base_height (Results 1 – 2 of 2) sorted by relevance
594 double base_height = value(m_indices + 4); in rewind() local597 m_h = m_height / base_height; in rewind()598 m_w = (m_width == 0.0) ? m_h : m_width / base_height; in rewind()
47 void base_height(double v) { m_base_height = v; } in base_height() function48 double base_height() const { return m_base_height; } in base_height() function