Lines Matching refs:m_height
36 m_height(height), in line_image_scale()
42 double height() const { return m_height; } in height()
60 double m_height; variable
80 m_height(0), in line_image_pattern()
96 m_height(0), in line_image_pattern()
108 m_height = uceil(src.height()); in create()
115 m_data.resize((m_width + m_dilation * 2) * (m_height + m_dilation * 2)); in create()
118 m_height + m_dilation * 2, in create()
123 for(y = 0; y < m_height; y++) in create()
138 d1 = m_buf.row_ptr(m_dilation + m_height + y) + m_dilation; in create()
149 unsigned h = m_height + m_dilation * 2; in create()
168 double width() const { return m_height; } in width()
194 unsigned m_height; variable