Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp121 unsigned rowShift = 0; in outputRow() local
126 rowShift = 3; in outputRow()
130 rowShift = 1; in outputRow()
134 rowShift = 0; in outputRow()
140 drowStart -= rowShift; in outputRow()
144 if ((unsigned)((m_frameContext->height() - 1) - drowEnd) <= rowShift) in outputRow()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp121 unsigned rowShift = 0; in outputRow() local
126 rowShift = 3; in outputRow()
130 rowShift = 1; in outputRow()
134 rowShift = 0; in outputRow()
140 drowStart -= rowShift; in outputRow()
144 if ((unsigned)((m_frameContext->height() - 1) - drowEnd) <= rowShift) in outputRow()