Home | Sort by relevance Sort by last modified time |
/external/pdfium/core/src/fxcodec/lgif/ | |
fx_gif.h | 104 uint8_t app_identify[8];
member in struct:tagGifAE 246 uint8_t app_identify[8]; member in struct:tag_gif_decompress_struct 280 uint8_t app_identify[8]; member in struct:tag_gif_compress_struct |
fx_gif.cpp | 478 FXSYS_memcpy(gif_ptr->app_identify, "netscape", 8);
755 FXSYS_memcpy(gif_ptr->app_identify, gif_ae_ptr->app_identify, 8); [all...] |