Home
last modified time | relevance | path

Searched refs:GIF_MAX_ERROR_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_gifmodule.cpp33 FXSYS_strncpy((char*)gif_ptr->err_ptr, err_msg, GIF_MAX_ERROR_SIZE - 1); in gif_error_data()
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp107 GIF_MAX_ERROR_SIZE - 1); in Decode()
114 FXSYS_strncpy(err_msg_ptr, "Decode Error", GIF_MAX_ERROR_SIZE - 1); in Decode()
123 GIF_MAX_ERROR_SIZE - 1); in Decode()
150 GIF_MAX_ERROR_SIZE - 1); in Decode()
Dfx_gif.h26 #define GIF_MAX_ERROR_SIZE 256 macro