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

  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 47 , m_isTopDown(false)
97 if (!m_isTopDown)
117 m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
280 m_isTopDown = true;
295 if (m_isTopDown && (m_isOS21x || m_isOS22x))
377 if (m_isTopDown && (m_infoHeader.biCompression != RGB)
594 || (m_isTopDown
617 m_coord.move(dx, m_isTopDown ? dy : -dy);
782 m_coord.move(-m_coord.x(), m_isTopDown ? 1 : -1);
BMPImageReader.h 179 // image", so downwards for m_isTopDown images and upwards otherwise.
182 return m_isTopDown
275 // depending on the value of |m_isTopDown|.
321 bool m_isTopDown;

Completed in 3556 milliseconds