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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 95 m_pJbig2Context->m_src_buf = (unsigned char *)src_buf;
135 m_pJbig2Context->m_src_buf = FX_Alloc(FX_BYTE, m_pJbig2Context->m_src_size);
136 if (m_pJbig2Context->m_src_buf == NULL) {
140 if(!file_ptr->ReadBlock((void*)m_pJbig2Context->m_src_buf, 0, m_pJbig2Context->m_src_size)) {
143 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_FILE_STREAM, pPause);
167 FX_Free(m_pJbig2Context->m_src_buf);
170 if(m_pJbig2Context->m_src_buf) {
171 FX_Free(m_pJbig2Context->m_src_buf);
173 m_pJbig2Context->m_src_buf = NULL;
185 if(m_pJbig2Context->m_src_buf) {
    [all...]
codec_int.h 240 FX_LPBYTE m_src_buf; member in class:CCodec_Jbig2Context

Completed in 174 milliseconds