Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp130 m_pJbig2Context->m_dest_image = NULL; in StartDecode()
141 ret = m_pJbig2Context->m_pContext->getFirstPage(&m_pJbig2Context->m_dest_image, pPause); in StartDecode()
143 width = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nWidth; in StartDecode()
144 height = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nHeight; in StartDecode()
145 pitch = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nStride; in StartDecode()
146 dest_buf = m_pJbig2Context->m_dest_image->m_pData; in StartDecode()
147 m_pJbig2Context->m_dest_image->m_bNeedFree = FALSE; in StartDecode()
155 width = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nWidth; in StartDecode()
156 height = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nHeight; in StartDecode()
157 pitch = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nStride; in StartDecode()
[all …]
Dcodec_int.h259 CJBig2_Image* m_dest_image; variable