HomeSort by relevance Sort by last modified time
    Searched full:row_shift (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 123 unsigned row_dup = 0, row_shift = 0; local
128 row_shift = 3;
132 row_shift = 1;
136 row_shift = 0;
142 drow_start -= row_shift;
146 if (((gs->height - 1) - drow_end) <= row_shift)

Completed in 191 milliseconds