Home
last modified time | relevance | path

Searched refs:progressiveDisplay (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.h265 bool progressiveDisplay() const { return m_progressiveDisplay; } in progressiveDisplay() function
266 … void setProgressiveDisplay(bool progressiveDisplay) { m_progressiveDisplay = progressiveDisplay; } in setProgressiveDisplay()
DSkGifImageReader.cpp109 if (m_frameContext->progressiveDisplay() && m_frameContext->interlaced() && ipass < 4) { in outputRow()