/external/chromium_org/chrome/browser/printing/ |
D | pdf_to_emf_converter.cc | 100 void GetPage(int page_number, 188 virtual void GetPage(int page_number, 344 void PdfToEmfUtilityProcessHostClient::GetPage( in GetPage() function in printing::__anon6196051a0111::PdfToEmfUtilityProcessHostClient 351 base::Bind(&PdfToEmfUtilityProcessHostClient::GetPage, in GetPage() 475 void PdfToEmfConverterImpl::GetPage(int page_number, in GetPage() function in printing::__anon6196051a0111::PdfToEmfConverterImpl 477 utility_client_->GetPage(page_number, get_page_callback); in GetPage()
|
D | pdf_to_emf_converter.h | 42 virtual void GetPage(int page_number,
|
D | print_job_worker.cc | 280 scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt()); in OnNewPage()
|
D | print_job.cc | 246 converter_->GetPage(current_page_++, get_page_callback); in GetMorePages()
|
/external/chromium_org/pdf/pdfium/ |
D | pdfium_page.cc | 69 FPDF_PAGE PDFiumPage::GetPage() { in GetPage() function in chrome_pdf::PDFiumPage 102 text_page_ = FPDFText_LoadPage(GetPage()); in GetTextPage() 112 double width = FPDF_GetPageWidth(GetPage()); in GetAccessibleContentAsValue() 113 double height = FPDF_GetPageHeight(GetPage()); in GetAccessibleContentAsValue() 147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top); in GetTextBoxAsValue() 250 FPDF_DeviceToPage(GetPage(), 0, 0, rect_.width(), rect_.height(), in GetCharIndex() 257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y); in GetCharIndex()
|
D | pdfium_engine.cc | 784 pages_[progressive_paints_[i].page_index]->GetPage()); in PostPaint() 911 FPDF_PAGE new_page = pages_[most_visible_page_]->GetPage(); in FinishLoadingDocument() 1232 pages_[page_number]->GetPage(); in PrintPagesAsPDF() 1346 FORM_OnLButtonDown(form_, pages_[page_index]->GetPage(), 0, page_x, page_y); in OnMouseDown() 1348 form_, pages_[page_index]->GetPage(), page_x, page_y); in OnMouseDown() 1429 form_, pages_[page_index]->GetPage(), 0, page_x, page_y); in OnMouseUp() 1472 FORM_OnMouseMove(form_, pages_[page_index]->GetPage(), 0, page_x, page_y); in OnMouseMove() 1474 form_, pages_[page_index]->GetPage(), page_x, page_y); in OnMouseMove() 1573 form_, pages_[last_page_mouse_down_]->GetPage(), in OnKeyDown() 1602 form_, pages_[last_page_mouse_down_]->GetPage(), in OnKeyUp() [all …]
|
D | pdfium_page.h | 36 FPDF_PAGE GetPage();
|
/external/chromium_org/printing/ |
D | printed_document.h | 59 scoped_refptr<PrintedPage> GetPage(int page_number);
|
D | printed_document.cc | 143 scoped_refptr<PrintedPage> PrintedDocument::GetPage(int page_number) { in GetPage() function in printing::PrintedDocument
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_document.cpp | 143 CPDF_Dictionary* CPDF_Document::GetPage(int iPage) in GetPage() function in CPDF_Document 335 CPDF_Dictionary* pPageDict = GetPage(i); in IsContentUsedElsewhere()
|
D | fpdf_parser_parser.cpp | 4097 CPDF_Dictionary *pPageDict = m_pDocument->GetPage(iPage); in CheckPageAnnots() 4218 m_pPageDict = m_pDocument->GetPage(iPage); in IsPageAvail()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 289 CPDF_Page* GetPage() in GetPage() function
|
D | fpdf_parser.h | 88 CPDF_Dictionary* GetPage(int iPage);
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfppo.cpp | 107 CPDF_Dictionary* pSrcPageDict = pSrcPDFDoc->GetPage(nPageNum->GetAt(i)-1); in ExportPage()
|
D | fpdfview.cpp | 394 CPDF_Dictionary* pDict = pDoc->GetPage(page_index); in FPDF_LoadPage() 850 CPDF_Dictionary* pDict = pDoc->GetPage(page_index); in FPDF_GetPageSizeByIndex()
|
D | fsdk_mgr.cpp | 458 CPDF_Page * CPDFSDK_Document::GetPage(int nIndex) in GetPage() function in CPDFSDK_Document 565 pTempPage = GetPage(nStart+i); in DeletePages()
|
D | fsdk_baseform.cpp | 1826 if (CPDF_Dictionary* pPageDict = pDocument->GetPage(i)) in GetPageIndexByAnnotDict()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_mgr.h | 442 CPDF_Page* GetPage(int nIndex);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord() 1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage(); in StartRenderDIBSource()
|
D | fpdf_render.cpp | 790 pPage = m_pContext->m_pPageCache->GetPage(); in ProcessTransparency()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 1643 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(iNewPage); in GetPageWithWidget()
|