Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp94 nRet = JBIG2_ERROR_TOO_SHORT; in decodeFile()
105 nRet = JBIG2_ERROR_TOO_SHORT; in decodeFile()
111 nRet = JBIG2_ERROR_TOO_SHORT; in decodeFile()
492 return JBIG2_ERROR_TOO_SHORT; in parseSegmentHeader()
598 return JBIG2_ERROR_TOO_SHORT; in ProcessiveParseSegmentData()
619 nRet = JBIG2_ERROR_TOO_SHORT; in parseSymbolDict()
639 nRet = JBIG2_ERROR_TOO_SHORT; in parseSymbolDict()
648 nRet = JBIG2_ERROR_TOO_SHORT; in parseSymbolDict()
656 nRet = JBIG2_ERROR_TOO_SHORT; in parseSymbolDict()
909 nRet = JBIG2_ERROR_TOO_SHORT; in parseTextRegion()
[all …]
DJBig2_Context.h22 #define JBIG2_ERROR_TOO_SHORT -2 macro