Searched refs:SDINSYMS (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 133 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 211 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 265 pDict->AddImage(SDINSYMS[I] ? new CJBig2_Image(*SDINSYMS[I]) : nullptr); in decode_Arith() 390 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Huffman() 496 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Huffman() 600 pDict->AddImage(SDINSYMS[I] ? new CJBig2_Image(*SDINSYMS[I]) : nullptr); in decode_Huffman()
|
D | JBig2_SddProc.h | 36 CJBig2_Image** SDINSYMS; variable
|
D | JBig2_Context.cpp | 485 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in parseSymbolDict() local 487 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in parseSymbolDict() 495 SDINSYMS.get()[dwTemp + j] = dict.GetImage(j); in parseSymbolDict() 500 pSymbolDictDecoder->SDINSYMS = SDINSYMS.get(); in parseSymbolDict()
|