Home | History | Annotate | Download | only in highgui

Lines Matching refs:m_height

151             m_height = height;
172 if( m_tif && m_width && m_height )
189 tile_height0 = m_height;
193 for( y = 0; y < m_height; y += tile_height0, data += step*tile_height0 )
197 if( y + tile_height > m_height )
198 tile_height = m_height - y;
370 m_height = -1;
415 m_height = value;
499 m_rows_per_strip = m_height;
501 if( m_width > 0 && m_height > 0 && m_strips > 0 &&
502 (m_height + m_rows_per_strip - 1)/m_rows_per_strip == m_strips )
551 m_width = m_height = -1;
588 if( y_limit > m_height ) y_limit = m_height;