Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h120 struct tag_Table { struct
146 tag_Table code_table[GIF_MAX_LZW_CODE];
160 struct tag_Table { struct
201 tag_Table code_table[GIF_MAX_LZW_CODE];
Dfx_gif.cpp55 FXSYS_memset(code_table, 0, sizeof(tag_Table) * GIF_MAX_LZW_CODE); in ClearTable()