/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_document.cpp | 169 CPDF_Dictionary* pPage = _FindPDFPage(pPages, iPage, iPage, 0); 170 if (pPage == NULL) { 173 m_PageList.SetAt(iPage, pPage->GetObjNum()); 174 return pPage;
|
fpdf_parser_parser.cpp | [all...] |
/external/pdfium/core/src/reflow/ |
autoreflow.h | 76 CPDF_AutoReflowLayoutProvider(CPDF_PageObjects* pPage, FX_BOOL bReadOrder);
|
autoreflow.cpp | 101 IPDF_LayoutProvider* IPDF_LayoutProvider::Create_LayoutProvider_AutoReflow(CPDF_PageObjects* pPage, FX_BOOL bReadOrder) 103 return new CPDF_AutoReflowLayoutProvider(pPage, bReadOrder); 144 CPDF_AutoReflowLayoutProvider::CPDF_AutoReflowLayoutProvider(CPDF_PageObjects* pPage, FX_BOOL bReadOrder) 146 m_pPDFPage = (CPDF_Page*)pPage;
|
reflowedpage.h | 212 void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, IFX_Pause* pPause, int flags);
|
layoutprovider_taggedpdf.cpp | 634 IPDF_LayoutProvider* IPDF_LayoutProvider::Create_LayoutProvider_TaggedPDF(CPDF_PageObjects* pPage) 636 if(pPage == NULL) { 640 pProvider->Init(pPage);
|
/external/pdfium/core/src/fpdftext/ |
fpdf_text.cpp | 717 void PDF_GetPageText_Unicode(CFX_WideStringArray& lines, CPDF_Document* pDoc, CPDF_Dictionary* pPage, 721 if (pPage == NULL) { 725 page.Load(pDoc, pPage); 751 void PDF_GetPageText(CFX_ByteStringArray& lines, CPDF_Document* pDoc, CPDF_Dictionary* pPage, 756 PDF_GetPageText_Unicode(wlines, pDoc, pPage, iMinWidth, flags); 766 extern void _PDF_GetTextStream_Unicode(CFX_WideTextBuf& buffer, CPDF_PageObjects* pPage, FX_BOOL bUseLF, 768 void PDF_GetTextStream_Unicode(CFX_WideTextBuf& buffer, CPDF_Document* pDoc, CPDF_Dictionary* pPage, FX_DWORD flags) 772 page.Load(pDoc, pPage);
|
fpdf_text_int.cpp | 82 IPDF_TextPage* IPDF_TextPage::CreateTextPage(const CPDF_Page* pPage, CPDFText_ParseOptions ParserOptions) 84 return new CPDF_TextPage(pPage, ParserOptions); 86 IPDF_TextPage* IPDF_TextPage::CreateTextPage(const CPDF_Page* pPage, int flags) 88 return new CPDF_TextPage(pPage, flags); 113 CPDF_TextPage::CPDF_TextPage(const CPDF_Page* pPage, int flags) 121 m_pPage = pPage; 124 pPage->GetDisplayMatrix(m_DisplayMatrix, 0, 0, (int) pPage->GetPageWidth(), (int)pPage->GetPageHeight(), 0); 126 CPDF_TextPage::CPDF_TextPage(const CPDF_Page* pPage, CPDFText_ParseOptions ParserOptions [all...] |
/external/pdfium/fpdfsdk/src/formfiller/ |
FFL_CBA_Fontmap.cpp | 19 CPDF_Page* pPage = pAnnot->GetPDFPage(); 21 m_pDocument = pPage->m_pDocument;
|
FFL_FormFiller.cpp | 295 CPDF_Page * pPage = pWidget->GetPDFPage(); 297 CPDFSDK_PageView* pPageView = pDoc->GetPageView(pPage); 570 CPDF_Page* pPage = m_pAnnot->GetPDFPage(); 574 return pSDKDoc->GetPageView(pPage); 806 CPDF_Page * pPage = m_pWidget->GetPDFPage(); 807 m_pApp->FFI_Invalidate(pPage, left, top, right, bottom);
|
FFL_IFormFiller.cpp | 305 // CReader_Page* pPage = pAnnot->GetPage(); 306 // ASSERT(pPage != NULL); 632 CPDF_Page* pPage = pWidget->GetPDFPage(); 633 ASSERT(pPage != NULL); 635 CPDF_Document* pDocument = pPage->m_pDocument;
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_page.h | 231 CPDF_PageContentGenerate(CPDF_Page* pPage);
|
fpdf_resource.h | 918 void ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pDIBitmap);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render.cpp | 101 virtual CPDF_PageRenderCache* CreatePageCache(CPDF_Page* pPage) 103 return new CPDF_PageRenderCache(pPage); 754 CPDF_Page* pPage = NULL; 756 pPage = m_pContext->m_pPageCache->GetPage(); 757 pDocument = pPage->m_pDocument; 761 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; [all...] |
fpdf_render_image.cpp | 420 CPDF_Page* pPage = NULL; 422 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage(); 423 pDocument = pPage->m_pDocument; 427 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; [all...] |
/external/pdfium/fpdfsdk/include/ |
fsdk_annothandler.h | 35 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) = 0; 106 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage);
|
/external/pdfium/core/src/fpdfdoc/ |
doc_form.cpp | 829 int CPDF_InterForm::CountPageControls(CPDF_Page* pPage) const 831 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); 849 CPDF_FormControl* CPDF_InterForm::GetPageControl(CPDF_Page* pPage, int index) const 851 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); 872 CPDF_FormControl* CPDF_InterForm::GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y) const 874 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); [all...] |
doc_formcontrol.cpp | 150 void CPDF_FormControl::DrawControl(CFX_RenderDevice* pDevice, CFX_AffineMatrix* pMatrix, CPDF_Page* pPage, 170 context.Create(pPage);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page_parser_old.cpp | 943 void CPDF_ContentParser::Start(CPDF_Page* pPage, CPDF_ParseOptions* pOptions) 945 if (m_Status != Ready || pPage == NULL || pPage->m_pDocument == NULL || pPage->m_pFormDict == NULL) { 949 m_pObjects = pPage; 957 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents")); [all...] |
pageint.h | 294 void Start(CPDF_Page* pPage, CPDF_ParseOptions* pOptions);
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
fpdf_edit_image.cpp | 362 void CPDF_Image::ResetCache(CPDF_Page* pPage, const CFX_DIBitmap* pBitmap) 364 pPage->GetRenderCache()->ResetBitmap(m_pStream, pBitmap);
|
fpdf_edit_doc.cpp | [all...] |
/external/pdfium/fpdfsdk/src/ |
fsdk_baseform.cpp | [all...] |
/external/llvm/test/CodeGen/X86/ |
2009-04-29-RegAllocAssert.ll | 72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp { 114 %14 = getelementptr %struct.MemPage, %struct.MemPage* %pPage, i64 0, i32 1 ; <i8*> [#uses=1]
|
/external/pdfium/fpdfsdk/src/javascript/ |
Document.cpp | 550 CPDF_Page* pPage = pWidget->GetPDFPage(); 551 ASSERT(pPage != NULL); 553 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage); [all...] |