Home
last modified time | relevance | path

Searched refs:pJbig2Context (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
Djbig2module.cpp31 Jbig2Context* pJbig2Context, in StartDecode() argument
42 if (!pJbig2Context) in StartDecode()
47 pJbig2Context->m_width = width; in StartDecode()
48 pJbig2Context->m_height = height; in StartDecode()
49 pJbig2Context->m_pSrcSpan = src_span; in StartDecode()
50 pJbig2Context->m_nSrcObjNum = src_objnum; in StartDecode()
51 pJbig2Context->m_pGlobalSpan = global_span; in StartDecode()
52 pJbig2Context->m_nGlobalObjNum = global_objnum; in StartDecode()
53 pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
54 pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
[all …]
Djbig2module.h44 Jbig2Context* pJbig2Context,
56 FXCODEC_STATUS ContinueDecode(Jbig2Context* pJbig2Context,
60 FXCODEC_STATUS Decode(Jbig2Context* pJbig2Context, bool decode_success);