Home
last modified time | relevance | path

Searched refs:GetPage (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/printing/
Dpdf_to_emf_converter.cc100 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()
Dpdf_to_emf_converter.h42 virtual void GetPage(int page_number,
Dprint_job_worker.cc280 scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt()); in OnNewPage()
Dprint_job.cc246 converter_->GetPage(current_page_++, get_page_callback); in GetMorePages()
/external/chromium_org/pdf/pdfium/
Dpdfium_page.cc69 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()
Dpdfium_engine.cc784 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 …]
Dpdfium_page.h36 FPDF_PAGE GetPage();
/external/chromium_org/printing/
Dprinted_document.h59 scoped_refptr<PrintedPage> GetPage(int page_number);
Dprinted_document.cc143 scoped_refptr<PrintedPage> PrintedDocument::GetPage(int page_number) { in GetPage() function in printing::PrintedDocument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_document.cpp143 CPDF_Dictionary* CPDF_Document::GetPage(int iPage) in GetPage() function in CPDF_Document
335 CPDF_Dictionary* pPageDict = GetPage(i); in IsContentUsedElsewhere()
Dfpdf_parser_parser.cpp4097 CPDF_Dictionary *pPageDict = m_pDocument->GetPage(iPage); in CheckPageAnnots()
4218 m_pPageDict = m_pDocument->GetPage(iPage); in IsPageAvail()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h289 CPDF_Page* GetPage() in GetPage() function
Dfpdf_parser.h88 CPDF_Dictionary* GetPage(int iPage);
/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp107 CPDF_Dictionary* pSrcPageDict = pSrcPDFDoc->GetPage(nPageNum->GetAt(i)-1); in ExportPage()
Dfpdfview.cpp394 CPDF_Dictionary* pDict = pDoc->GetPage(page_index); in FPDF_LoadPage()
850 CPDF_Dictionary* pDict = pDoc->GetPage(page_index); in FPDF_GetPageSizeByIndex()
Dfsdk_mgr.cpp458 CPDF_Page * CPDFSDK_Document::GetPage(int nIndex) in GetPage() function in CPDFSDK_Document
565 pTempPage = GetPage(nStart+i); in DeletePages()
Dfsdk_baseform.cpp1826 if (CPDF_Dictionary* pPageDict = pDocument->GetPage(i)) in GetPageIndexByAnnotDict()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h442 CPDF_Page* GetPage(int nIndex);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()
1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage(); in StartRenderDIBSource()
Dfpdf_render.cpp790 pPage = m_pContext->m_pPageCache->GetPage(); in ProcessTransparency()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp1643 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(iNewPage); in GetPageWithWidget()