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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 902 FX_LPBYTE m_pRefLine, m_pLineBuf;
917 m_pLineBuf = FX_Alloc(FX_BYTE, m_Pitch * 8);
918 if (m_pLineBuf == NULL) {
928 if (m_pLineBuf) {
929 FX_Free(m_pLineBuf);
938 FXSYS_memset32(m_pLineBuf, 0, m_Pitch * 8);
939 m_pLineBuf[0] = last_byte;
940 _FaxEncode2DLine(m_pLineBuf, dest_bitpos, scan_line, m_pRefLine, m_Cols);
941 m_DestBuf.AppendBlock(m_pLineBuf, dest_bitpos / 8);
942 last_byte = m_pLineBuf[dest_bitpos / 8];
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 433 FX_LPBYTE m_pLineBuf;

Completed in 193 milliseconds