OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJBig2_Segment
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.cpp
8
CJBig2_Segment
::
CJBig2_Segment
()
12
CJBig2_Segment
::~
CJBig2_Segment
()
16
void
CJBig2_Segment
::init()
30
void
CJBig2_Segment
::clean()
JBig2_Context.h
72
CJBig2_Segment
*findSegmentByNumber(FX_DWORD dwNumber);
74
CJBig2_Segment
*findReferredSegmentByTypeAndIndex(
CJBig2_Segment
*pSegment, FX_BYTE cType, FX_INT32 nIndex);
76
FX_INT32 parseSegmentHeader(
CJBig2_Segment
*pSegment);
78
FX_INT32 parseSegmentData(
CJBig2_Segment
*pSegment, IFX_Pause* pPause);
79
FX_INT32 ProcessiveParseSegmentData(
CJBig2_Segment
*pSegment, IFX_Pause* pPause);
81
FX_INT32 parseSymbolDict(
CJBig2_Segment
*pSegment, IFX_Pause* pPause);
83
FX_INT32 parseTextRegion(
CJBig2_Segment
*pSegment);
85
FX_INT32 parsePatternDict(
CJBig2_Segment
*pSegment, IFX_Pause* pPause);
87
FX_INT32 parseHalftoneRegion(
CJBig2_Segment
*pSegment, IFX_Pause* pPause);
[
all
...]
JBig2_Segment.h
30
class
CJBig2_Segment
: public CJBig2_Object
34
CJBig2_Segment
();
36
~
CJBig2_Segment
();
JBig2_Context.cpp
37
JBIG2_ALLOC(m_pSegmentList, CJBig2_List<
CJBig2_Segment
>);
135
JBIG2_ALLOC(m_pSegment,
CJBig2_Segment
());
185
CJBig2_Segment
*pSegment;
188
JBIG2_ALLOC(pSegment,
CJBig2_Segment
());
378
CJBig2_Segment
*CJBig2_Context::findSegmentByNumber(FX_DWORD dwNumber)
380
CJBig2_Segment
*pSeg;
396
CJBig2_Segment
*CJBig2_Context::findReferredSegmentByTypeAndIndex(
CJBig2_Segment
*pSegment,
399
CJBig2_Segment
*pSeg;
414
FX_INT32 CJBig2_Context::parseSegmentHeader(
CJBig2_Segment
*pSegment)
[
all
...]
Completed in 469 milliseconds