Home | History | Annotate | Download | only in highgui

Lines Matching refs:GetDWord

102         m_offset = m_strm.GetDWord();
104 int size = m_strm.GetDWord();
108 m_width = m_strm.GetDWord();
109 m_height = m_strm.GetDWord();
110 m_bpp = m_strm.GetDWord() >> 16;
111 m_rle_code = (BmpCompression)m_strm.GetDWord();
113 int clrused = m_strm.GetDWord();
134 int redmask = m_strm.GetDWord();
135 int greenmask = m_strm.GetDWord();
136 int bluemask = m_strm.GetDWord();
153 m_bpp = m_strm.GetDWord() >> 16;