Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.h102 bool IsDataAvail(FX_FILESIZE offset, uint32_t size, DownloadHints* pHints);
103 DocAvailStatus IsDocAvail(DownloadHints* pHints);
105 DocAvailStatus IsPageAvail(uint32_t dwPage, DownloadHints* pHints);
106 DocFormStatus IsFormAvail(DownloadHints* pHints);
134 DownloadHints* pHints,
136 bool CheckDocStatus(DownloadHints* pHints);
137 bool CheckHeader(DownloadHints* pHints);
138 bool CheckFirstPage(DownloadHints* pHints);
139 bool CheckHintTables(DownloadHints* pHints);
140 bool CheckEnd(DownloadHints* pHints);
[all …]
Dcpdf_data_avail.cpp121 DownloadHints* pHints, in AreObjectsAvailable() argument
160 if (!IsDataAvail(offset, size, pHints)) { in AreObjectsAvailable()
185 return AreObjectsAvailable(obj_array, false, pHints, ret_array); in AreObjectsAvailable()
189 DownloadHints* pHints) { in IsDocAvail() argument
197 if (!CheckDocStatus(pHints)) in IsDocAvail()
204 bool CPDF_DataAvail::CheckAcroFormSubObject(DownloadHints* pHints) { in CheckAcroFormSubObject() argument
208 if (!AreObjectsAvailable(obj_array, false, pHints, m_objs_array)) in CheckAcroFormSubObject()
216 if (!AreObjectsAvailable(m_objs_array, false, pHints, new_objs_array)) { in CheckAcroFormSubObject()
228 bool CPDF_DataAvail::CheckAcroForm(DownloadHints* pHints) { in CheckAcroForm() argument
230 m_pAcroForm = GetObject(m_dwAcroFormObjNum, pHints, &bExist).release(); in CheckAcroForm()
[all …]
Dcpdf_hint_tables.cpp399 CPDF_DataAvail::DownloadHints* pHints) { in CheckPage() argument
400 if (!pHints) in CheckPage()
415 if (!m_pDataAvail->IsDataAvail(m_szPageOffsetArray[index], dwLength, pHints)) in CheckPage()
447 pHints)) { in CheckPage()
Dcpdf_hint_tables.h33 CPDF_DataAvail::DownloadHints* pHints);