Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp134 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Arith()
196 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Arith()
251 pDict->AddImage(SDINSYMS[I] in decode_Arith()
252 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in decode_Arith()
354 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Huffman()
428 std::copy(SDINSYMS, SDINSYMS + SDNUMINSYMS, SBSYMS.begin()); in decode_Huffman()
527 pDict->AddImage(SDINSYMS[I] in decode_Huffman()
528 ? pdfium::MakeUnique<CJBig2_Image>(*SDINSYMS[I]) in decode_Huffman()
DJBig2_SddProc.h36 CJBig2_Image** SDINSYMS; variable
DJBig2_Context.cpp466 std::unique_ptr<CJBig2_Image*, FxFreeDeleter> SDINSYMS; in parseSymbolDict() local
468 SDINSYMS.reset(FX_Alloc(CJBig2_Image*, pSymbolDictDecoder->SDNUMINSYMS)); in parseSymbolDict()
476 SDINSYMS.get()[dwTemp + j] = dict.GetImage(j); in parseSymbolDict()
481 pSymbolDictDecoder->SDINSYMS = SDINSYMS.get(); in parseSymbolDict()