Searched refs:JBIG2_ALLOC (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Context.cpp | 41 JBIG2_ALLOC(m_pGlobalContext, CJBig2_Context(NULL, 0, pGlobalData, dwGlobalLength, in CJBig2_Context() 46 JBIG2_ALLOC(m_pStream, CJBig2_BitStream(pData, dwLength)); in CJBig2_Context() 49 JBIG2_ALLOC(m_pSegmentList, CJBig2_List<CJBig2_Segment>); in CJBig2_Context() 50 JBIG2_ALLOC(m_pPageInfoList, CJBig2_List<JBig2PageInfo>(1)); in CJBig2_Context() 129 JBIG2_ALLOC(m_pPageInfoList, CJBig2_List<JBig2PageInfo>(dwTemp)); in decodeFile() 148 JBIG2_ALLOC(m_pSegment, CJBig2_Segment()); in decode_SquentialOrgnazation() 201 JBIG2_ALLOC(pSegment, CJBig2_Segment()); in decode_RandomOrgnazation_FirstPage() 253 JBIG2_ALLOC(m_pPage, CJBig2_Image(width, height, stride, pBuf)); in getFirstPage() 322 JBIG2_ALLOC(m_pPage, CJBig2_Image(width, height, stride, pBuf)); in getNextPage() 557 JBIG2_ALLOC(pPageInfo, JBig2PageInfo); in ProcessiveParseSegmentData() [all …]
|
D | JBig2_GeneralDecoder.cpp | 70 JBIG2_ALLOC(pImage, CJBig2_Image(GBW, GBH)); in decode_Arith() 109 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt() 157 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt2() 224 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt3() 313 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_unopt() 360 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt() 408 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt2() 475 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_opt3() 563 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template1_unopt() 608 JBIG2_ALLOC(GBREG, CJBig2_Image(GBW, GBH)); in decode_Arith_Template2_opt() [all …]
|
D | JBig2_SymbolDict.cpp | 25 JBIG2_ALLOC(dst, CJBig2_SymbolDict()); in DeepCopy() 31 JBIG2_ALLOC(dst->SDEXSYMS[i], in DeepCopy()
|
D | JBig2_Object.h | 42 #define JBIG2_ALLOC(p, a) p = JBIG2_NEW a; p->m_pModule = m_pModule; macro
|
D | JBig2_Image.cpp | 702 JBIG2_ALLOC(pImage, CJBig2_Image(w, h)); in subImage_unopt() 721 JBIG2_ALLOC(pImage, CJBig2_Image(w, h)); in subImage()
|