Home | History | Annotate | Download | only in common

Lines Matching refs:m_width

27   m_width = 0;

33 m_width = dimension;
41 m_width = width;
53 m_height = m_width = m_rowSize = 0;
94 if (m_height < bottom || m_width < right) {
110 if (row == NULL || row->GetSize() < m_width) {
111 rowArray = new CBC_CommonBitArray(m_width);
135 return m_width;
144 if (m_width != m_height) {
148 return m_width;