Home
last modified time | relevance | path

Searched refs:FXCODEC_STATUS_ERR_PARAMS (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fxcodec/
Dfx_codec_def.h23 FXCODEC_STATUS_ERR_PARAMS enumerator
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp68 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
Dfx_codec_progress.cpp1286 m_status = FXCODEC_STATUS_ERR_PARAMS; in LoadImageInfo()
1862 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
1866 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
1869 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
1878 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
1905 return FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
1988 return m_status = FXCODEC_STATUS_ERR_PARAMS; in StartDecode()
/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp55 if (status == FXCODEC_STATUS_ERR_PARAMS) { in CreateDIBSource()