Searched refs:m_maptype (Results 1 – 2 of 2) 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