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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.h 49 const uint8_t* m_pBuf;
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 53 const uint8_t* m_pBuf;
54 uint32_t m_Size; // Length in bytes of m_pBuf.
55 uint32_t m_Pos; // Current byte position within m_pBuf.
  /external/pdfium/testing/
test_support.h 114 const char* const m_pBuf;
  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.h 58 uint8_t* m_pBuf;
  /external/pdfium/fpdfsdk/
fpdfview.cpp 622 memcpy(buffer, m_pBuf + offset, size);
628 : m_pBuf(pBuf), m_size(size) {}
630 const uint8_t* const m_pBuf;
    [all...]

Completed in 598 milliseconds