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

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp43 CPDF_Page* pPDFPage = 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.cpp366 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView) argument
368 m_pageMap.SetAt(pPDFPage, pPageView);
371 CPDFSDK_PageView* CPDFSDK_Document::GetPageView(CPDF_Page* pPDFPage, FX_BOOL ReNew) argument
373 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage);
378 pPageView = new CPDFSDK_PageView(this,pPDFPage);
379 m_pageMap.SetAt(pPDFPage, pPageView);
462 void CPDFSDK_Document::ReMovePageView(CPDF_Page* pPDFPage) argument
464 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage);
468 m_pageMap.RemoveKey(pPDFPage);
H A Dfsdk_baseform.cpp2676 CPDF_Page* pPDFPage = m_pPageView->GetPDFPage(); local
2677 ASSERT(pPDFPage != NULL);
2678 ASSERT(pPDFPage->m_pFormDict != NULL);
2680 CFX_ByteString sTabs = pPDFPage->m_pFormDict->GetString("Tabs");
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2454 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); local
2455 ASSERT(pPDFPage != NULL);
2457 // CPDF_Page* pPDFPage = pPage->GetPage();
2458 // ASSERT(pPDFPage != NULL);
2460 crRect.Intersect(pPDFPage->GetPageBBox());
2488 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); local
2489 ASSERT(pPDFPage != NULL);
2491 // CPDF_Page* pPDFPage = pPage->GetPage();
2492 // ASSERT(pPDFPage != NULL);
2494 crRect.Intersect(pPDFPage
[all...]

Completed in 238 milliseconds