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

  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 205 typedef struct tag_gif_decompress_struct gif_decompress_struct; typedef in typeref:struct:tag_gif_decompress_struct
206 typedef gif_decompress_struct* gif_decompress_struct_p;
fx_gif.cpp 358 (gif_decompress_struct*)FX_Alloc(uint8_t, sizeof(gif_decompress_struct));
362 FXSYS_memset(gif_ptr, 0, sizeof(gif_decompress_struct));
    [all...]

Completed in 471 milliseconds