Home
last modified time | relevance | path

Searched refs:m_pJbig2Context (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp72 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in StartDecode() local
73 m_pJbig2Context->m_width = width; in StartDecode()
74 m_pJbig2Context->m_height = height; in StartDecode()
75 m_pJbig2Context->m_pSrcStream = src_stream; in StartDecode()
76 m_pJbig2Context->m_pGlobalStream = global_stream; in StartDecode()
77 m_pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
78 m_pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
79 m_pJbig2Context->m_pPause = pPause; in StartDecode()
81 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext( in StartDecode()
84 if (!m_pJbig2Context->m_pContext) { in StartDecode()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp175 m_pJbig2Context = NULL; in CPDF_DIBSource()
193 if (m_pJbig2Context) { in ~CPDF_DIBSource()
195 pJbig2Module->DestroyJbig2Context(m_pJbig2Context); in ~CPDF_DIBSource()
405 if (!m_pJbig2Context) { in ContinueLoadDIBSource()
406 m_pJbig2Context = pJbig2Module->CreateJbig2Context(); in ContinueLoadDIBSource()
415 ret = pJbig2Module->StartDecode(m_pJbig2Context, m_pDocument, m_Width, in ContinueLoadDIBSource()
423 pJbig2Module->DestroyJbig2Context(m_pJbig2Context); in ContinueLoadDIBSource()
424 m_pJbig2Context = NULL; in ContinueLoadDIBSource()
443 FXCODEC_STATUS ret = pJbig2Module->ContinueDecode(m_pJbig2Context, pPause); in ContinueLoadDIBSource()
448 pJbig2Module->DestroyJbig2Context(m_pJbig2Context); in ContinueLoadDIBSource()
[all …]
Drender_int.h525 void* m_pJbig2Context; variable