HomeSort by relevance Sort by last modified time
    Searched refs:JBIG2_memset (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Define.h 12 #define JBIG2_memset FXSYS_memset
JBig2_GsidProc.cpp 60 JBIG2_memset(GSVALS.get(), 0, sizeof(uint32_t) * GSW * GSH);
78 JBIG2_memset(GSPLANES.get(), 0, sizeof(CJBig2_Image*) * GSBPP);
100 JBIG2_memset(GSVALS.get(), 0, sizeof(uint32_t) * GSW * GSH);
JBig2_PddProc.cpp 24 JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->NUMPATS);
66 JBIG2_memset(pDict->HDPATS, 0, sizeof(CJBig2_Image*) * pDict->NUMPATS);
JBig2_Context.cpp 902 JBIG2_memset(grContext.get(), 0, sizeof(JBig2ArithCtx) * size);
    [all...]
JBig2_Image.cpp 116 JBIG2_memset(m_pData + hTo * m_nStride, 0, m_nStride);
126 JBIG2_memset(m_pData, v ? 0xff : 0, m_nStride * m_nHeight);
244 JBIG2_memset(m_pData + m_nHeight * m_nStride, v ? 0xff : 0,
    [all...]

Completed in 49 milliseconds