Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp27 CJBig2_Image** SDNEWSYMS; in decode_Arith() local
64 SDNEWSYMS = FX_Alloc(CJBig2_Image*, SDNUMNEWSYMS); in decode_Arith()
65 FXSYS_memset(SDNEWSYMS, 0, SDNUMNEWSYMS * sizeof(CJBig2_Image*)); in decode_Arith()
91 SDNEWSYMS[NSYMSDECODED] = nullptr; in decode_Arith()
136 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
206 JBIG2_memcpy(SBSYMS + SDNUMINSYMS, SDNEWSYMS, in decode_Arith()
232 SDNEWSYMS[NSYMSDECODED] = BS; in decode_Arith()
271 pDict->AddImage(pdfium::WrapUnique(SDNEWSYMS[I - SDNUMINSYMS])); in decode_Arith()
275 delete SDNEWSYMS[I - SDNUMINSYMS]; in decode_Arith()
279 FX_Free(SDNEWSYMS); in decode_Arith()
[all …]