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

  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 101 CPDF_Page* GetPDFPage();
fsdk_mgr.h 439 CPDF_Page* GetPDFPage(){return m_page;}
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 295 CPDF_Page * pPage = pWidget->GetPDFPage();
570 CPDF_Page* pPage = m_pAnnot->GetPDFPage();
585 CPDF_Rect rcPage = pPageView->GetPDFPage()->GetPageBBox();
806 CPDF_Page * pPage = m_pWidget->GetPDFPage();
864 m_pWidget->GetPDFPage();
FFL_CBA_Fontmap.cpp 19 CPDF_Page* pPage = pAnnot->GetPDFPage();
FFL_IFormFiller.cpp 91 pAnnot->GetPDFPage();
632 CPDF_Page* pPage = pWidget->GetPDFPage();
732 rcPageView.right = pData->pWidget->GetPDFPage()->GetPageWidth();
733 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight();
833 m_pApp->FFI_Invalidate(pData->pWidget->GetPDFPage(), unRect.left, unRect.top, unRect.right, unRect.bottom);
FFL_ComboBox.cpp 179 m_pWidget->GetPDFPage();
FFL_TextField.cpp 149 m_pApp->FFI_Invalidate(pAnnot->GetPDFPage(), rcAnnot.left, rcAnnot.top, rcAnnot.right, rcAnnot.bottom);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 76 pAnnot->GetPDFPage();
378 CPDF_Page* pPage = pWidget->GetPDFPage();
fsdk_mgr.cpp 87 pPage = pSDKAnnot->GetPDFPage();
117 CPDF_Page* pPage = pAnnot->GetPDFPage();
fsdk_baseform.cpp 472 // pEnv->FFI_PageToDevice(m_pPageView->GetPDFPage(), rc.left, rc.bottom, &rcDevice.left, &rcDevice.bottom);
473 // pEnv->FFI_PageToDevice(m_pPageView->GetPDFPage(), rc.right, rc.top, &rcDevice.right, &rcDevice.top);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
Document.cpp 550 CPDF_Page* pPage = pWidget->GetPDFPage();
    [all...]

Completed in 76 milliseconds