Searched refs:m_maptype (Results 1 – 4 of 4) sorted by relevance
110 m_maptype = (SunRasMapType)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()196 if( !color && m_maptype == RMT_EQUAL_RGB ) in ReadData()
81 SunRasMapType m_maptype; variable
91 m_maptype = (SunRasMapType)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()175 if( !color && m_maptype == RMT_EQUAL_RGB ) in readData()
87 SunRasMapType m_maptype; member in cv::SunRasterDecoder