Searched defs:pPDFPage (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp43 CPDF_Page* pPDFPage = FX_NEW CPDF_Page; local
44 pPDFPage->Load( pDoc, pDict, FALSE );
45 pPDFPage->ParseContent();
47 FX_POSITION pos = pPDFPage->GetFirstObjectPosition();
51 CPDF_PageObject* pPageObject = pPDFPage->GetNextObject(pos);
66 delete pPDFPage;
H A Dfsdk_mgr.cpp354 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView) argument
356 m_pageMap.SetAt(pPDFPage, pPageView);
359 CPDFSDK_PageView* CPDFSDK_Document::GetPageView(CPDF_Page* pPDFPage, FX_BOOL ReNew) argument
361 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage);
366 pPageView = new CPDFSDK_PageView(this,pPDFPage);
367 m_pageMap.SetAt(pPDFPage, pPageView);
448 void CPDFSDK_Document::ReMovePageView(CPDF_Page* pPDFPage) argument
450 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage);
454 m_pageMap.RemoveKey(pPDFPage);
H A Dfsdk_baseform.cpp2785 CPDF_Page* pPDFPage = m_pPageView->GetPDFPage(); local
2786 ASSERT(pPDFPage != NULL);
2787 ASSERT(pPDFPage->m_pFormDict != NULL);
2789 CFX_ByteString sTabs = pPDFPage->m_pFormDict->GetString("Tabs");
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2459 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); local
2460 ASSERT(pPDFPage != NULL);
2462 // CPDF_Page* pPDFPage = pPage->GetPage();
2463 // ASSERT(pPDFPage != NULL);
2465 crRect.Intersect(pPDFPage->GetPageBBox());
2493 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); local
2494 ASSERT(pPDFPage != NULL);
2496 // CPDF_Page* pPDFPage = pPage->GetPage();
2497 // ASSERT(pPDFPage != NULL);
2499 crRect.Intersect(pPDFPage
[all...]

Completed in 818 milliseconds