Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h207 #define PNG_ERROR_SIZE 256 macro
210 CCodec_PngModule() { FXSYS_memset(m_szLastError, '\0', PNG_ERROR_SIZE); } in CCodec_PngModule()
220 FX_CHAR m_szLastError[PNG_ERROR_SIZE];
Dfx_codec_png.cpp21 PNG_ERROR_SIZE - 1); in _png_error_data()