Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h129 CGifLZWDecoder(FX_CHAR* error_ptr = NULL) { err_msg_ptr = error_ptr; }
158 FX_CHAR* err_msg_ptr; variable
Dfx_gif.cpp81 if (err_msg_ptr) { in Decode()
82 FXSYS_strncpy(err_msg_ptr, "Code Length Out Of Range", in Decode()
109 if (err_msg_ptr) { in Decode()
110 FXSYS_strncpy(err_msg_ptr, "Decode Error, Out Of Range", in Decode()