HomeSort by relevance Sort by last modified time
    Searched full:m_pjbig2context (Results 1 - 3 of 3) 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/
fpdf_render_loadimage.cpp 105 m_pJbig2Context = NULL;
136 if (m_pJbig2Context) {
138 pJbig2Moudle->DestroyJbig2Context(m_pJbig2Context);
139 m_pJbig2Context = NULL;
397 if (m_pJbig2Context == NULL) {
398 m_pJbig2Context = pJbig2Moudle->CreateJbig2Context();
406 ret = pJbig2Moudle->StartDecode(m_pJbig2Context, m_Width, m_Height, m_pStreamAcc->GetData(), m_pStreamAcc->GetSize(),
416 pJbig2Moudle->DestroyJbig2Context(m_pJbig2Context);
417 m_pJbig2Context = NULL;
436 FXCODEC_STATUS ret = pJbig2Moudle->ContinueDecode(m_pJbig2Context, pPause);
    [all...]
render_int.h 407 FX_LPVOID m_pJbig2Context;

Completed in 133 milliseconds