Searched refs:_FaxG4Decode (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Define.h27 void _FaxG4Decode(void *pModule, FX_LPCBYTE src_buf, FX_DWORD src_size, int* pbitpos, FX_LPBYTE dest_buf, int width, int height, int pitch = 0);
H A DJBig2_GeneralDecoder.cpp1311 _FaxG4Decode(m_pModule, pStream->getBuf(), pStream->getLength(), &bitpos, pImage->m_pData, GBW, GBH, pImage->m_nStride);
3776 _FaxG4Decode(m_pModule, pStream->getBuf(), pStream->getLength(), &bitpos, (* pImage)->m_pData, GBW, GBH, (* pImage)->m_nStride);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp696 void _FaxG4Decode(void*, FX_LPCBYTE src_buf, FX_DWORD src_size, int* pbitpos, FX_LPBYTE dest_buf, int width, int height, int pitch) function

Completed in 302 milliseconds