Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_SddProc.cpp26 CJBig2_Image** SDNEWSYMS; in decode_Arith() local
62 SDNEWSYMS = FX_Alloc(CJBig2_Image*, SDNUMNEWSYMS); in decode_Arith()
63 FXSYS_memset(SDNEWSYMS, 0, SDNUMNEWSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
89 SDNEWSYMS[NSYMSDECODED] = nullptr; in decode_Arith()
134 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
212 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
238 SDNEWSYMS[NSYMSDECODED] = BS; in decode_Arith()
267 pDict->AddImage(SDNEWSYMS[I - SDNUMINSYMS]); in decode_Arith()
271 delete SDNEWSYMS[I - SDNUMINSYMS]; in decode_Arith()
275 FX_Free(SDNEWSYMS); in decode_Arith()
[all …]