Searched defs:GetPDFPage (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp610 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, mode, pOptions);
1175 m_pAnnot->GetAPForm(m_pPageView->GetPDFPage(), CPDF_Annot::Normal);
1176 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, CPDF_Annot::Normal, NULL);
1181 CPDF_Page* CPDFSDK_Annot::GetPDFPage() function in class:CPDFSDK_Annot
1184 return m_pPageView->GetPDFPage();
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h484 CPDF_Page* GetPDFPage(){return m_page;} function in class:CPDFSDK_PageView

Completed in 259 milliseconds