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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 18 m_pLine(nullptr),
563 m_pLine = nullptr;
653 if (!m_pLine) {
654 m_pLine = pImage->m_pData;
668 uint8_t* pLine1 = m_pLine - nStride2;
669 uint8_t* pLine2 = m_pLine - nStride;
683 m_pLine[cc] = cVal;
695 m_pLine[nLineBytes] = cVal1;
697 uint8_t* pLine2 = m_pLine - nStride;
711 m_pLine[cc] = cVal
    [all...]
JBig2_GrdProc.h 113 uint8_t* m_pLine;

Completed in 72 milliseconds