Searched refs:SDINSYMS (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 135 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 205 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Arith() 267 pDict->AddImage(SDINSYMS[I] in decode_Arith() 268 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in decode_Arith() 395 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Huffman() 491 JBIG2_memcpy(SBSYMS, SDINSYMS, SDNUMINSYMS * sizeof(CJBig2_Image*)); in decode_Huffman() 601 pDict->AddImage(SDINSYMS[I] in decode_Huffman() 602 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in decode_Huffman()
|
D | JBig2_SddProc.h | 36 CJBig2_Image** SDINSYMS; variable
|
D | JBig2_Context.cpp | 472 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in parseSymbolDict() local 474 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in parseSymbolDict() 482 SDINSYMS.get()[dwTemp + j] = dict.GetImage(j); in parseSymbolDict() 487 pSymbolDictDecoder->SDINSYMS = SDINSYMS.get(); in parseSymbolDict()
|