Searched refs:SDINSYMS (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 149 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeArith() 195 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeArith() 250 pDict->AddImage(SDINSYMS[I] in DecodeArith() 251 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in DecodeArith() 361 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeHuffman() 417 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in DecodeHuffman() 522 pDict->AddImage(SDINSYMS[I] in DecodeHuffman() 523 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in DecodeHuffman()
|
D | JBig2_SddProc.h | 44 CJBig2_Image** SDINSYMS; variable
|
D | JBig2_Context.cpp | 422 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in ParseSymbolDict() local 424 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in ParseSymbolDict() 432 SDINSYMS.get()[dwTemp + j] = dict.GetImage(j); in ParseSymbolDict() 437 pSymbolDictDecoder->SDINSYMS = SDINSYMS.get(); in ParseSymbolDict()
|