HomeSort by relevance Sort by last modified time
    Searched refs:GetDWord (Results 1 - 5 of 5) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 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();
    [all...]
grfmt_sunras.cpp 103 m_width = m_strm.GetDWord();
104 m_height = m_strm.GetDWord();
105 m_bpp = m_strm.GetDWord();
109 m_type = (SunRasType)m_strm.GetDWord();
110 m_maptype = (SunRasMapType)m_strm.GetDWord();
111 m_maplength = m_strm.GetDWord();
bitstrm.h 105 int GetDWord();
116 int GetDWord();
grfmt_tiff.cpp 287 int val = m_strm.GetDWord();
326 array[i] = ((RMByteStream&)m_strm).GetDWord();
329 array[i] = ((RLByteStream&)m_strm).GetDWord();
bitstrm.cpp 303 int RLByteStream::GetDWord()
344 int RMByteStream::GetDWord()

Completed in 47 milliseconds