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

  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 131 m_datawindow = m_file->header().dataWindow();
132 m_width = m_datawindow.max.x - m_datawindow.min.x + 1;
133 m_height = m_datawindow.max.y - m_datawindow.min.y + 1;
232 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep,
239 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 4,
246 buffer - m_datawindow.min.x * 12 - m_datawindow.min.y * ystep + 8
    [all...]
grfmt_exr.h 78 Box2i m_datawindow; member in class:GrFmtExrReader

Completed in 415 milliseconds