Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp99 if (nRet != JBIG2_SUCCESS) { in decode_SquentialOrgnazation()
109 return JBIG2_SUCCESS; in decode_SquentialOrgnazation()
113 return JBIG2_SUCCESS; in decode_SquentialOrgnazation()
115 if (nRet != JBIG2_SUCCESS) { in decode_SquentialOrgnazation()
130 return JBIG2_SUCCESS; in decode_SquentialOrgnazation()
133 return JBIG2_SUCCESS; in decode_SquentialOrgnazation()
143 if (nRet != JBIG2_SUCCESS) { in decode_RandomOrgnazation_FirstPage()
152 return JBIG2_SUCCESS; in decode_RandomOrgnazation_FirstPage()
163 return JBIG2_SUCCESS; in decode_RandomOrgnazation()
165 if (nRet != JBIG2_SUCCESS) in decode_RandomOrgnazation()
[all …]
DJBig2_Context.h29 #define JBIG2_SUCCESS 0 macro
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp93 if (ret != JBIG2_SUCCESS) { in StartDecode()
115 if (ret != JBIG2_SUCCESS) { in ContinueDecode()