Home
last modified time | relevance | path

Searched refs:m_pLine (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrdProc.cpp18 m_pLine(nullptr), in CJBig2_GRDProc()
610 m_pLine = nullptr; in Start_decode_Arith()
706 if (!m_pLine) { in decode_Arith_Template0_opt3()
707 m_pLine = pImage->m_pData; in decode_Arith_Template0_opt3()
723 pLine1 = m_pLine - nStride2; in decode_Arith_Template0_opt3()
724 pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
738 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
750 m_pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()
752 pLine2 = m_pLine - nStride; in decode_Arith_Template0_opt3()
766 m_pLine[cc] = cVal; in decode_Arith_Template0_opt3()
[all …]
DJBig2_GrdProc.h113 uint8_t* m_pLine; variable