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

  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 89 const uint8_t* pSrcLine,
98 const uint8_t* pSrcLine,
107 const uint8_t* pSrcLine,
cpdf_dibsource.cpp 989 const uint8_t* pSrcLine = nullptr;
994 pSrcLine = m_pCachedBitmap->GetScanline(line);
996 pSrcLine = m_pDecoder->GetScanline(line);
999 pSrcLine = m_pStreamAcc->GetData() + line * src_pitch_value;
1002 if (!pSrcLine) {
1010 m_pLineBuf[i] = ~pSrcLine[i];
1026 if (pSrcLine[col / 8] & (1 << (7 - col % 8))) {
1035 FXSYS_memcpy(m_pLineBuf, pSrcLine, src_pitch_value);
1041 FXSYS_memcpy(m_pLineBuf, pSrcLine, src_pitch_value);
    [all...]

Completed in 56 milliseconds