Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp74 if (pJbig2Context->m_pContext->GetProcessingStatus() == in StartDecode()
86 return pJbig2Context->m_pContext->GetProcessingStatus(); in StartDecode()
93 if (pJbig2Context->m_pContext->GetProcessingStatus() != in ContinueDecode()
95 return pJbig2Context->m_pContext->GetProcessingStatus(); in ContinueDecode()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h57 FXCODEC_STATUS GetProcessingStatus() { return m_ProcessingStatus; } in GetProcessingStatus() function