Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp19 const int32_t s_gif_interlace_step[4] = {8, 8, 4, 2}; variable
303 gif_image->row_num += s_gif_interlace_step[img_pass_num_]; in LoadFrame()
307 if (img_pass_num_ == FX_ArraySize(s_gif_interlace_step)) { in LoadFrame()
311 gif_image->row_num = s_gif_interlace_step[img_pass_num_] / 2; in LoadFrame()