Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_stream.cpp697 const uint8_t* pBufferTmp = m_pBufferRead->GetBlockBuffer(); in ReadData() local
701 FXSYS_memcpy(pBuffer, pBufferTmp + dwOffsetTmp, dwCopySize); in ReadData()
710 pBufferTmp = m_pBufferRead->GetBlockBuffer(); in ReadData()
712 FXSYS_memcpy(pBuffer + dwOffsetTmp, pBufferTmp, dwCopySize); in ReadData()