Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_stream_acc.cpp32 uint32_t dwSrcSize = m_pStream->GetRawSize(); in LoadAllData() local
33 if (dwSrcSize == 0) in LoadAllData()
40 pSrcData = m_pSrcData = FX_Alloc(uint8_t, dwSrcSize); in LoadAllData()
41 if (!m_pStream->ReadRawData(0, pSrcData, dwSrcSize)) in LoadAllData()
46 m_dwSize = dwSrcSize; in LoadAllData()
47 } else if (!PDF_DataDecode(pSrcData, dwSrcSize, m_pStream->GetDict(), in LoadAllData()
51 m_dwSize = dwSrcSize; in LoadAllData()