Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp135 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()
DJBig2_SddProc.h36 CJBig2_Image** SDINSYMS; variable
DJBig2_Context.cpp472 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()