HomeSort by relevance Sort by last modified time
    Searched refs:m_dest_image (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 133 m_pJbig2Context->m_dest_image = NULL;
147 ret = m_pJbig2Context->m_pContext->getFirstPage(&m_pJbig2Context->m_dest_image, pPause);
149 width = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nWidth;
150 height = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nHeight;
151 pitch = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nStride;
152 dest_buf = m_pJbig2Context->m_dest_image->m_pData;
153 m_pJbig2Context->m_dest_image->m_bNeedFree = FALSE;
161 width = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nWidth;
162 height = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nHeight;
163 pitch = (FX_DWORD)m_pJbig2Context->m_dest_image->m_nStride;
    [all...]
codec_int.h 249 CJBig2_Image* m_dest_image; member in class:CCodec_Jbig2Context

Completed in 33 milliseconds