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

/external/chromium_org/chrome/browser/printing/
H A Dpdf_to_emf_converter.h42 virtual void GetPage(int page_number,
H A Dpdf_to_emf_converter.cc100 void GetPage(int page_number,
169 // Queue of callbacks for GetPage() requests. Utility process should reply
188 virtual void GetPage(int page_number,
344 void PdfToEmfUtilityProcessHostClient::GetPage( function in class:printing::__anon4479::PdfToEmfUtilityProcessHostClient
351 base::Bind(&PdfToEmfUtilityProcessHostClient::GetPage,
475 void PdfToEmfConverterImpl::GetPage(int page_number, function in class:printing::__anon4479::PdfToEmfConverterImpl
477 utility_client_->GetPage(page_number, get_page_callback);
H A Dprint_job.cc246 converter_->GetPage(current_page_++, get_page_callback);
H A Dprint_job_worker.cc280 scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt());
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc69 FPDF_PAGE PDFiumPage::GetPage() { function in class:chrome_pdf::PDFiumPage
102 text_page_ = FPDFText_LoadPage(GetPage());
112 double width = FPDF_GetPageWidth(GetPage());
113 double height = FPDF_GetPageHeight(GetPage());
147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top);
250 FPDF_DeviceToPage(GetPage(), 0, 0, rect_.width(), rect_.height(),
257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y);
H A Dpdfium_page.h36 FPDF_PAGE GetPage();
H A Dpdfium_engine.cc784 pages_[progressive_paints_[i].page_index]->GetPage());
911 FPDF_PAGE new_page = pages_[most_visible_page_]->GetPage();
1232 pages_[page_number]->GetPage();
1346 FORM_OnLButtonDown(form_, pages_[page_index]->GetPage(), 0, page_x, page_y);
1348 form_, pages_[page_index]->GetPage(), page_x, page_y);
1429 form_, pages_[page_index]->GetPage(), 0, page_x, page_y);
1472 FORM_OnMouseMove(form_, pages_[page_index]->GetPage(), 0, page_x, page_y);
1474 form_, pages_[page_index]->GetPage(), page_x, page_y);
1573 form_, pages_[last_page_mouse_down_]->GetPage(),
1602 form_, pages_[last_page_mouse_down_]->GetPage(),
[all...]
/external/chromium_org/printing/
H A Dprinted_document.h59 scoped_refptr<PrintedPage> GetPage(int page_number);
H A Dprinted_document.cc143 scoped_refptr<PrintedPage> PrintedDocument::GetPage(int page_number) { function in class:printing::PrintedDocument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp143 CPDF_Dictionary* CPDF_Document::GetPage(int iPage) function in class:CPDF_Document
335 CPDF_Dictionary* pPageDict = GetPage(i);
H A Dfpdf_parser_parser.cpp4097 CPDF_Dictionary *pPageDict = m_pDocument->GetPage(iPage);
4218 m_pPageDict = m_pDocument->GetPage(iPage);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h289 CPDF_Page* GetPage() function in class:CPDF_PageRenderCache
H A Dfpdf_parser.h88 CPDF_Dictionary* GetPage(int iPage);
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp107 CPDF_Dictionary* pSrcPageDict = pSrcPDFDoc->GetPage(nPageNum->GetAt(i)-1);
H A Dfpdfview.cpp394 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
850 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
H A Dfsdk_mgr.cpp349 // CPDF_Dictionary* pDic = m_pDoc->GetPage(i);
458 CPDF_Page * CPDFSDK_Document::GetPage(int nIndex) function in class:CPDFSDK_Document
565 pTempPage = GetPage(nStart+i);
H A Dfsdk_baseform.cpp1826 if (CPDF_Dictionary* pPageDict = pDocument->GetPage(i))
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h442 CPDF_Page* GetPage(int nIndex);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);
1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp790 pPage = m_pContext->m_pPageCache->GetPage();
H A Dfpdf_render_image.cpp491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1643 CPDF_Dictionary* pPageDict = m_pDocument->GetPage(iNewPage);

Completed in 2436 milliseconds