Searched refs:m_maplength (Results 1 – 4 of 4) sorted by relevance
111 m_maplength = m_strm.GetDWord(); in ReadHeader()117 (m_maptype == RMT_NONE && m_maplength == 0 || in ReadHeader()118 m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8)) in ReadHeader()122 if( m_maplength != 0 ) in ReadHeader()127 m_strm.GetBytes( buffer, m_maplength, &readed ); in ReadHeader()128 if( readed == m_maplength ) in ReadHeader()131 palSize = m_maplength/3; in ReadHeader()144 assert( m_offset == 32 + m_maplength ); in ReadHeader()157 assert( m_offset == 32 + m_maplength ); in ReadHeader()
82 int m_maplength; variable
92 m_maplength = m_strm.getDWord(); in readHeader()98 ((m_maptype == RMT_NONE && m_maplength == 0) || in readHeader()99 (m_maptype == RMT_EQUAL_RGB && m_maplength <= palSize && m_bpp <= 8))) in readHeader()103 if( m_maplength != 0 ) in readHeader()107 if( m_strm.getBytes( buffer, m_maplength ) == m_maplength ) in readHeader()110 palSize = m_maplength/3; in readHeader()123 assert( m_offset == 32 + m_maplength ); in readHeader()136 assert( m_offset == 32 + m_maplength ); in readHeader()
88 int m_maplength; member in cv::SunRasterDecoder