HomeSort by relevance Sort by last modified time
    Searched defs:GetPage (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_pagerendercache.h 33 CPDF_Page* GetPage() const { return m_pPage.Get(); }
  /external/pdfium/core/fpdfdoc/
cpdf_structtree.h 33 const CPDF_Dictionary* GetPage() const { return m_pPage.Get(); }
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.cpp 121 CXFA_ContainerLayoutItem* CXFA_LayoutProcessor::GetPage(int32_t index) const {
122 return m_pLayoutPageMgr ? m_pLayoutPageMgr->GetPage(index) : nullptr;
cxfa_layoutitem.cpp 56 CXFA_ContainerLayoutItem* CXFA_LayoutItem::GetPage() const {
cxfa_layoutpagemgr.cpp 746 CXFA_ContainerLayoutItem* CXFA_LayoutPageMgr::GetPage(int32_t index) const {
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box_embeddertest.cpp 23 UnloadPage(GetPage());
79 FPDF_PAGE GetPage() const { return m_page; }
cpwl_edit_embeddertest.cpp 22 UnloadPage(GetPage());
78 FPDF_PAGE GetPage() { return m_page; }
  /external/pdfium/testing/
embedder_test.cpp 373 FPDF_PAGE EmbedderTest::Delegate::GetPage(FPDF_FORMFILLINFO* info,
416 return static_cast<EmbedderTest*>(info)->delegate_->GetPage(info, document,
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 829 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
851 if (GetPage(dwPage)) {
880 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
944 CPDF_Dictionary* CPDF_DataAvail::GetPage(int index) {
947 CPDF_Dictionary* page = m_pDocument->GetPage(index);
971 return m_pDocument->GetPage(index);
1019 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(safePage.ValueOrDie());
cpdf_document.cpp 487 CPDF_Dictionary* CPDF_Document::GetPage(int iPage) {
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 573 UnderlyingPageType* pTempPage = GetPage(nIndex);
633 // |KillFocusAnnot| can call into the |GetPage| method which will
645 UnderlyingPageType* CPDFSDK_FormFillEnvironment::GetPage(int nIndex) {
fpdfannot.cpp 171 CPDF_Page* GetPage() const { return m_pPage.Get(); }
360 CPDF_Page* pPage = pAnnot->GetPage();
830 pLinkedDict, pAnnot->GetPage(), nullptr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h     [all...]
agtsvr.h     [all...]

Completed in 999 milliseconds