HomeSort by relevance Sort by last modified time
    Searched refs:img_pass_num_ (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h 66 uint8_t img_pass_num_; member in class:CFX_GifContext
cfx_gifcontext.cpp 40 img_pass_num_(0) {}
232 img_pass_num_ = 0;
303 gif_image->row_num += s_gif_interlace_step[img_pass_num_];
306 img_pass_num_++;
307 if (img_pass_num_ == FX_ArraySize(s_gif_interlace_step)) {
311 gif_image->row_num = s_gif_interlace_step[img_pass_num_] / 2;

Completed in 462 milliseconds