Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h256 typedef struct tag_gif_compress_struct gif_compress_struct; typedef
257 typedef gif_compress_struct* gif_compress_struct_p;
Dfx_gif.cpp441 gif_compress_struct_p gif_ptr = FX_Alloc(gif_compress_struct, 1); in gif_create_compress()
442 FXSYS_memset(gif_ptr, 0, sizeof(gif_compress_struct)); in gif_create_compress()