HomeSort by relevance Sort by last modified time
    Searched defs:SDINSYMS (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 625 CJBig2_Image ** SDINSYMS = NULL;
696 SDINSYMS = NULL;
698 SDINSYMS = (CJBig2_Image**)m_pModule->JBig2_Malloc2(
704 JBIG2_memcpy(SDINSYMS + dwTemp, pSeg->m_Result.sd->SDEXSYMS,
710 pSymbolDictDecoder->SDINSYMS = SDINSYMS;
860 if(SDINSYMS) {
861 m_pModule->JBig2_Free(SDINSYMS);
    [all...]
JBig2_GeneralDecoder.h 210 CJBig2_Image ** SDINSYMS;

Completed in 5788 milliseconds