Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp280 m_pLoadingBuf = pData; in CFX_ArchiveLoader()
291 i = m_pLoadingBuf[m_LoadingPos++]; in operator >>()
317 FXSYS_memcpy(buffer, m_pLoadingBuf + m_LoadingPos, len); in operator >>()
334 FXSYS_memcpy(pBuf, m_pLoadingBuf + m_LoadingPos, dwSize); in Read()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h194 const uint8_t* m_pLoadingBuf; variable