Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.cpp80 return GetPDFPage(); in GetUnderlyingPage()
84 CPDF_Page* CPDFSDK_Annot::GetPDFPage() { in GetPDFPage() function in CPDFSDK_Annot
85 return m_pPageView ? m_pPageView->GetPDFPage() : nullptr; in GetPDFPage()
Dcpdfsdk_pageview.cpp46 if (page->GetPDFPage()) in CPDFSDK_PageView()
47 pPDFInterForm->FixPageFields(page->GetPDFPage()); in CPDFSDK_PageView()
214 CPDF_Page* CPDFSDK_PageView::GetPDFPage() const { function in CPDFSDK_PageView
216 return m_page ? m_page->GetPDFPage() : nullptr;
451 CPDF_Page* pPage = GetPDFPage();
524 CPDF_Dictionary* pDict = GetPDFPage()->m_pFormDict.Get();
Dcpdfsdk_annot.h45 CPDF_Page* GetPDFPage();
Dcpdfsdk_pageview.h58 CPDF_Page* GetPDFPage() const;
Dcba_annotiterator.cpp36 CPDF_Page* pPDFPage = m_pPageView->GetPDFPage(); in CBA_AnnotIterator()
Dcpdfsdk_widgethandler.cpp49 CPDF_Page* pPage = pWidget->GetPDFPage(); in CanAnswer()
Dcpdfsdk_baannot.cpp67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
Dcpdfsdk_annothandlermgr.cpp294 if (pPage->GetPDFPage()) { // for pdf annots. in GetNextAnnot()
Dfpdfview.cpp333 return page ? UnderlyingFromFPDFPage(page)->GetPDFPage() : nullptr; in CPDFPageFromFPDFPage()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.h31 CPDF_Page* GetPDFPage() const { return m_pPDFPage.get(); } in GetPDFPage() function
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp50 m_pWidget->GetPDFPage(); in OnLButtonUp()
Dcba_fontmap.cpp29 CPDF_Page* pPage = pAnnot->GetPDFPage(); in CBA_FontMap()
Dcffl_interactiveformfiller.cpp68 pAnnot->GetPDFPage(); in OnDraw()
461 CPDF_Page* pPage = pWidget->GetPDFPage(); in IsFillingAllowed()
546 CPDF_Page* pPage = pWidget->GetPDFPage(); in QueryWherePopup()
Dcffl_combobox.cpp121 m_pWidget->GetPDFPage(); in SaveData()
Dcffl_formfiller.cpp437 return pPageView->GetPDFPage()->GetPageBBox().Contains(rcFocus) in GetFocusBox()
/external/pdfium/fxjs/
Dcjs_field.cpp1644 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); in SetRect()
1671 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); in SetRect()
2523 if (pTempWidget->GetPDFPage() == pCurPageView->GetPDFPage()) { in setFocus()