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.cpp92 CCodec_Jbig2Context* m_pJbig2Context = (CCodec_Jbig2Context*)pJbig2Context; in StartDecode() local
93 m_pJbig2Context->m_width = width; in StartDecode()
94 m_pJbig2Context->m_height = height; in StartDecode()
95 m_pJbig2Context->m_src_buf = (unsigned char *)src_buf; in StartDecode()
96 m_pJbig2Context->m_src_size = src_size; in StartDecode()
97 m_pJbig2Context->m_global_data = global_data; in StartDecode()
98 m_pJbig2Context->m_global_size = global_size; in StartDecode()
99 m_pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
100 m_pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
101 m_pJbig2Context->m_pPause = pPause; in StartDecode()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp105 m_pJbig2Context = NULL; in CPDF_DIBSource()
136 if (m_pJbig2Context) { in ~CPDF_DIBSource()
138 pJbig2Moudle->DestroyJbig2Context(m_pJbig2Context); in ~CPDF_DIBSource()
139 m_pJbig2Context = NULL; in ~CPDF_DIBSource()
397 if (m_pJbig2Context == NULL) { in ContinueLoadDIBSource()
398 m_pJbig2Context = pJbig2Moudle->CreateJbig2Context(); in ContinueLoadDIBSource()
406 …ret = pJbig2Moudle->StartDecode(m_pJbig2Context, m_Width, m_Height, m_pStreamAcc->GetData(), m_pSt… in ContinueLoadDIBSource()
416 pJbig2Moudle->DestroyJbig2Context(m_pJbig2Context); in ContinueLoadDIBSource()
417 m_pJbig2Context = NULL; in ContinueLoadDIBSource()
436 FXCODEC_STATUS ret = pJbig2Moudle->ContinueDecode(m_pJbig2Context, pPause); in ContinueLoadDIBSource()
[all …]
Drender_int.h407 FX_LPVOID m_pJbig2Context; variable