Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp161 m_PageList.resize(RetrievePageCount()); in LoadPages()
167 m_PageList.resize(RetrievePageCount()); in LoadPages()
174 m_PageList.resize(page_count); in LoadPages()
175 m_PageList[first_page_num] = objnum; in LoadPages()
271 return !!m_PageList[iPage]; in IsPageLoaded()
300 m_PageList[iPage] = objNum; in SetPageObjNum()
307 if (m_PageList[i] == objnum) in GetPageIndex()
326 m_PageList[found_index] = objnum; in GetPageIndex()
449 m_PageList.insert(m_PageList.begin() + iPage, pPageDict->GetObjNum()); in InsertNewPage()
479 m_PageList.erase(m_PageList.begin() + iPage); in DeletePage()
[all …]
H A Dcpdf_document.h192 std::vector<uint32_t> m_PageList; // Page number to page's dict objnum. variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp164 m_PageList.resize(RetrievePageCount()); in LoadPages()
170 m_PageList.resize(RetrievePageCount()); in LoadPages()
177 m_PageList.resize(page_count); in LoadPages()
178 m_PageList[first_page_num] = objnum; in LoadPages()
274 return !!m_PageList[iPage]; in IsPageLoaded()
303 m_PageList[iPage] = objNum; in SetPageObjNum()
310 if (m_PageList[i] == objnum) in GetPageIndex()
331 m_PageList[found_index] = objnum; in GetPageIndex()
454 m_PageList.insert(m_PageList.begin() + iPage, pPageDict->GetObjNum()); in InsertNewPage()
488 m_PageList.erase(m_PageList.begin() + iPage); in DeletePage()
[all …]
H A Dcpdf_document.h193 std::vector<uint32_t> m_PageList; // Page number to page's dict objnum. variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp397 m_PageList.resize(RetrievePageCount()); in LoadPages()
411 m_PageList[iPage] = pPages->GetObjNum(); in TraversePDFPages()
476 return !!m_PageList[iPage]; in IsPageLoaded()
489 uint32_t objnum = m_PageList[iPage]; in GetPage()
515 m_PageList[iPage] = objNum; in SetPageObjNum()
569 uint32_t nPages = m_PageList.size(); in GetPageIndex()
573 if (m_PageList[i] == objnum) in GetPageIndex()
576 if (!bSkipped && m_PageList[i] == 0) { in GetPageIndex()
592 m_PageList[found_index] = objnum; in GetPageIndex()
748 m_PageList.insert(m_PageList.begin() + iPage, pPageDict->GetObjNum()); in InsertNewPage()
[all …]
H A Dcpdf_document_unittest.cpp91 m_PageList.resize(7); in CPDF_TestDocumentForPages()
115 m_PageList.resize(3); in CPDF_TestDocumentWithPageWithoutPageNum()
H A Dcpdf_document.h150 std::vector<uint32_t> m_PageList; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/html/
H A Dcomponents.hpp194 CPageList* m_PageList; // the pager member in CPagerBox
210 CPageList* m_PageList; // the pager member in CSmallPagerBox
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/html/
H A Dcomponents.hpp194 CPageList* m_PageList; // the pager member in CPagerBox
210 CPageList* m_PageList; // the pager member in CSmallPagerBox
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/html/
H A Dcomponents.cpp275 m_PageList(new CPageList), in CPagerBox()
301 tableTop->InsertAt(0, 1, m_PageList); in CreateSubNodes()
309 : m_Width(460), m_PageList(0), m_NumResults(0) in CSmallPagerBox()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/html/
H A Dcomponents.cpp275 m_PageList(new CPageList), in CPagerBox()
301 tableTop->InsertAt(0, 1, m_PageList); in CreateSubNodes()
309 : m_Width(460), m_PageList(0), m_NumResults(0) in CSmallPagerBox()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/
H A Dcpdf_document.cpp515 m_PageList.SetSize(RetrievePageCount()); in LoadDoc()
538 m_PageList.SetSize(dwPageCount); in LoadAsynDoc()
549 m_PageList.SetSize(RetrievePageCount()); in LoadPages()
590 if (iPage < 0 || iPage >= m_PageList.GetSize()) in GetPage()
600 int objnum = m_PageList.GetAt(iPage); in GetPage()
618 m_PageList.SetAt(iPage, pPage->GetObjNum()); in GetPage()
656 m_PageList.SetAt(index + i, objnum); in FindPageIndex()
676 uint32_t nPages = m_PageList.GetSize(); in GetPageIndex()
680 uint32_t objnum1 = m_PageList.GetAt(i); in GetPageIndex()
702 return m_PageList.GetSize(); in GetPageCount()
[all …]
H A Dcpdf_data_avail.cpp1400 m_pDocument->m_PageList.SetAt(iPage, pNode->m_dwPageNo); in CheckPageNode()
1423 m_pDocument->m_PageList.GetAt(iPage)) { in LoadDocPage()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_parser/include/
H A Dcpdf_document.h133 CFX_ArrayTemplate<uint32_t> m_PageList; variable