Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp22 constexpr int32_t kGifInterlaceStep[4] = {8, 8, 4, 2}; variable
301 gif_image->row_num += kGifInterlaceStep[img_pass_num_]; in LoadFrame()
305 if (img_pass_num_ == FX_ArraySize(kGifInterlaceStep)) { in LoadFrame()
309 gif_image->row_num = kGifInterlaceStep[img_pass_num_] / 2; in LoadFrame()