HomeSort by relevance Sort by last modified time
    Searched refs:GetPDFPage (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_annot.cpp 80 return GetPDFPage();
84 CPDF_Page* CPDFSDK_Annot::GetPDFPage() {
85 return m_pPageView ? m_pPageView->GetPDFPage() : nullptr;
cpdfsdk_annot.h 45 CPDF_Page* GetPDFPage();
cpdfsdk_pageview.cpp 46 if (page->GetPDFPage())
47 pPDFInterForm->FixPageFields(page->GetPDFPage());
214 CPDF_Page* CPDFSDK_PageView::GetPDFPage() const {
216 return m_page ? m_page->GetPDFPage() : nullptr;
451 CPDF_Page* pPage = GetPDFPage();
524 CPDF_Dictionary* pDict = GetPDFPage()->m_pFormDict.Get();
cpdfsdk_pageview.h 58 CPDF_Page* GetPDFPage() const;
cba_annotiterator.cpp 36 CPDF_Page* pPDFPage = m_pPageView->GetPDFPage();
cpdfsdk_annothandlermgr.cpp 294 if (pPage->GetPDFPage()) { // for pdf annots.
cpdfsdk_baannot.cpp 67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device,
cpdfsdk_widgethandler.cpp 49 CPDF_Page* pPage = pWidget->GetPDFPage();
fpdfview.cpp 333 return page ? UnderlyingFromFPDFPage(page)->GetPDFPage() : nullptr;
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 31 CPDF_Page* GetPDFPage() const { return m_pPDFPage.get(); }
  /external/pdfium/fpdfsdk/formfiller/
cffl_button.cpp 50 m_pWidget->GetPDFPage();
cba_fontmap.cpp 29 CPDF_Page* pPage = pAnnot->GetPDFPage();
cffl_combobox.cpp 121 m_pWidget->GetPDFPage();
cffl_interactiveformfiller.cpp 68 pAnnot->GetPDFPage();
461 CPDF_Page* pPage = pWidget->GetPDFPage();
546 CPDF_Page* pPage = pWidget->GetPDFPage();
cffl_formfiller.cpp 437 return pPageView->GetPDFPage()->GetPageBBox().Contains(rcFocus)
  /external/pdfium/fxjs/
cjs_field.cpp     [all...]

Completed in 219 milliseconds