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

  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 22 #define GIF_SIGNATURE "GIF"
fx_gif.cpp 457 FXSYS_memcpy(gif_ptr->header_ptr->signature, GIF_SIGNATURE, 3);
570 if (FXSYS_strncmp(gif_header_ptr->signature, GIF_SIGNATURE, 3) != 0 ||
    [all...]

Completed in 58 milliseconds