Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp238 table_cur = code_end + 1; in ClearTable()
371 for (uint16_t i = table_cur; i < index_num; i++) { in LookUpInTable()
377 table_cur = i; in LookUpInTable()
381 table_cur = code_end + 1; in LookUpInTable()
Dfx_gif.h202 uint16_t table_cur; variable