Searched refs:GetDWord (Results 1 – 5 of 5) sorted by relevance
102 m_offset = m_strm.GetDWord(); in ReadHeader()104 int size = m_strm.GetDWord(); in ReadHeader()108 m_width = m_strm.GetDWord(); in ReadHeader()109 m_height = m_strm.GetDWord(); in ReadHeader()110 m_bpp = m_strm.GetDWord() >> 16; in ReadHeader()111 m_rle_code = (BmpCompression)m_strm.GetDWord(); in ReadHeader()113 int clrused = m_strm.GetDWord(); in ReadHeader()134 int redmask = m_strm.GetDWord(); in ReadHeader()135 int greenmask = m_strm.GetDWord(); in ReadHeader()136 int bluemask = m_strm.GetDWord(); in ReadHeader()[all …]
103 m_width = m_strm.GetDWord(); in ReadHeader()104 m_height = m_strm.GetDWord(); in ReadHeader()105 m_bpp = m_strm.GetDWord(); in ReadHeader()109 m_type = (SunRasType)m_strm.GetDWord(); in ReadHeader()110 m_maptype = (SunRasMapType)m_strm.GetDWord(); in ReadHeader()111 m_maplength = m_strm.GetDWord(); in ReadHeader()
105 int GetDWord(); 116 int GetDWord();
287 int val = m_strm.GetDWord(); in GetDWordEx()326 array[i] = ((RMByteStream&)m_strm).GetDWord(); in ReadTable()329 array[i] = ((RLByteStream&)m_strm).GetDWord(); in ReadTable()
303 int RLByteStream::GetDWord() in GetDWord() function in RLByteStream344 int RMByteStream::GetDWord() in GetDWord() function in RMByteStream