OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pJbig2Context
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp
72
CCodec_Jbig2Context*
m_pJbig2Context
= (CCodec_Jbig2Context*)pJbig2Context;
73
m_pJbig2Context
->m_width = width;
74
m_pJbig2Context
->m_height = height;
75
m_pJbig2Context
->m_pSrcStream = src_stream;
76
m_pJbig2Context
->m_pGlobalStream = global_stream;
77
m_pJbig2Context
->m_dest_buf = dest_buf;
78
m_pJbig2Context
->m_dest_pitch = dest_pitch;
79
m_pJbig2Context
->m_pPause = pPause;
81
m_pJbig2Context
->m_pContext = CJBig2_Context::CreateContext(
84
if (!
m_pJbig2Context
->m_pContext)
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp
175
m_pJbig2Context
= NULL;
193
if (
m_pJbig2Context
) {
195
pJbig2Module->DestroyJbig2Context(
m_pJbig2Context
);
405
if (!
m_pJbig2Context
) {
406
m_pJbig2Context
= pJbig2Module->CreateJbig2Context();
415
ret = pJbig2Module->StartDecode(
m_pJbig2Context
, m_pDocument, m_Width,
423
pJbig2Module->DestroyJbig2Context(
m_pJbig2Context
);
424
m_pJbig2Context
= NULL;
443
FXCODEC_STATUS ret = pJbig2Module->ContinueDecode(
m_pJbig2Context
, pPause);
448
pJbig2Module->DestroyJbig2Context(
m_pJbig2Context
);
[
all
...]
render_int.h
525
void*
m_pJbig2Context
;
Completed in 1685 milliseconds