OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJBig2_Context
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp
23
CJBig2_Context
::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext);
32
CJBig2_Context
* pContext =
CJBig2_Context
::CreateContext(&m_Module,
38
CJBig2_Context
::DestroyContext(pContext);
52
CJBig2_Context
* pContext = NULL;
63
pContext =
CJBig2_Context
::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM);
68
CJBig2_Context
::DestroyContext(pContext);
104
m_pJbig2Context->m_pContext =
CJBig2_Context
::CreateContext(&m_Module,
111
CJBig2_Context
::DestroyContext(m_pJbig2Context->m_pContext);
143
m_pJbig2Context->m_pContext =
CJBig2_Context
::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_ (…)
[
all
...]
codec_int.h
248
CJBig2_Context
* m_pContext;
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h
34
class
CJBig2_Context
: public CJBig2_Object
38
static
CJBig2_Context
*CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
41
static void DestroyContext(
CJBig2_Context
*pContext);
57
CJBig2_Context
(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
60
~
CJBig2_Context
();
107
CJBig2_Context
*m_pGlobalContext;
JBig2_Context.cpp
14
CJBig2_Context
*
CJBig2_Context
::CreateContext(CJBig2_Module *pModule, FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
17
return new(pModule)
CJBig2_Context
(pGlobalData, dwGlobalLength, pData, dwLength, nStreamType, pPause);
19
void
CJBig2_Context
::DestroyContext(
CJBig2_Context
*pContext)
25
CJBig2_Context
::
CJBig2_Context
(FX_BYTE *pGlobalData, FX_DWORD dwGlobalLength,
29
JBIG2_ALLOC(m_pGlobalContext,
CJBig2_Context
(NULL, 0, pGlobalData, dwGlobalLength,
51
CJBig2_Context
::~
CJBig2_Context
()
[
all
...]
Completed in 92 milliseconds