Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp37 int ret = pContext->getFirstPage(dest_buf, width, height, dest_pitch, NULL); in Decode()
64 ret = pContext->getFirstPage(&dest_image, NULL); in Decode()
106 … int ret = m_pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, dest_pitch, pPause); in StartDecode()
141 ret = m_pJbig2Context->m_pContext->getFirstPage(&m_pJbig2Context->m_dest_image, pPause); in StartDecode()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.h45 …FX_INT32 getFirstPage(FX_BYTE *pBuf, FX_INT32 width, FX_INT32 height, FX_INT32 stride, IFX_Pause* …
49 FX_INT32 getFirstPage(CJBig2_Image **image, IFX_Pause* pPause);
DJBig2_Context.cpp238 FX_INT32 CJBig2_Context::getFirstPage(FX_BYTE *pBuf, FX_INT32 width, FX_INT32 height, FX_INT32 stri… in getFirstPage() function in CJBig2_Context
348 FX_INT32 CJBig2_Context::getFirstPage(CJBig2_Image **image, IFX_Pause* pPause) in getFirstPage() function in CJBig2_Context