Home | History | Annotate | Download | only in src

Lines Matching refs:height

94         m_temp->width != size.width || m_temp->height != size.height ||
118 for( ; size.height--; color_data += color_step, mask += mask_step )
162 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 ||
213 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 ||
232 if( rect.y + rect.height > bp_size.height )
233 rect.height = bp_size.height - rect.y;
239 if( m_comp.rect.width == 0 || m_comp.rect.height == 0 )
242 return m_comp.rect.width != 0 && m_comp.rect.height != 0;