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

  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 134 uint8_t* m_pLineBuf;
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 752 uint8_t* m_pLineBuf;
766 m_pLineBuf = FX_Alloc2D(uint8_t, m_Pitch, 8);
771 FX_Free(m_pLineBuf);
781 FXSYS_memset(m_pLineBuf, 0, m_Pitch * 8);
782 m_pLineBuf[0] = last_byte;
783 FaxEncode2DLine(m_pLineBuf, &dest_bitpos, scan_line, m_RefLine, m_Cols);
784 m_DestBuf.AppendBlock(m_pLineBuf, dest_bitpos / 8);
785 last_byte = m_pLineBuf[dest_bitpos / 8];

Completed in 501 milliseconds