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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 92 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context;
93 m_pJbig2Context->m_width = width;
94 m_pJbig2Context->m_height = height;
95 m_pJbig2Context->m_src_buf = (unsigned char *)src_buf;
96 m_pJbig2Context->m_src_size = src_size;
97 m_pJbig2Context->m_global_data = global_data;
98 m_pJbig2Context->m_global_size = global_size;
99 m_pJbig2Context->m_dest_buf = dest_buf;
100 m_pJbig2Context->m_dest_pitch = dest_pitch;
101 m_pJbig2Context->m_pPause = pPause;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 407 FX_LPVOID m_pJbig2Context;

Completed in 134 milliseconds