Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/crt/
Dfx_stream.cpp417 const uint8_t* pBufferTmp = m_pBufferRead->GetBlockBuffer(); in ReadData() local
421 FXSYS_memcpy(pBuffer, pBufferTmp + dwOffsetTmp, dwCopySize); in ReadData()
430 pBufferTmp = m_pBufferRead->GetBlockBuffer(); in ReadData()
432 FXSYS_memcpy(pBuffer + dwOffsetTmp, pBufferTmp, dwCopySize); in ReadData()