Lines Matching refs:m_width
180 m_width = cinfo->image_width;
334 if( m_cinfo && m_jerr && m_width && m_height )
388 JPOOL_IMAGE, m_width*4, 1 );
396 icvCvt_RGB2BGR_8u_C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
398 icvCvt_CMYK2BGR_8u_C4C3R( buffer[0], 0, data, 0, cvSize(m_width,1) );
403 memcpy( data, buffer[0], m_width );
405 icvCvt_CMYK2Gray_8u_C4C1R( buffer[0], 0, data, 0, cvSize(m_width,1) );
854 m_width = lstrm.GetWord();
857 if( m_width == 0 || m_height == 0 || // DNL not supported
921 m_width = m_height = -1;
1175 if( x1 + x2 > m_width ) x2 = m_width - x1;
1272 if( x1 >= m_width )