Searched defs:GetPage (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/printing/
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);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h289 CPDF_Page* GetPage() function in class:CPDF_PageRenderCache
/external/chromium_org/chrome/browser/printing/
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);
/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);
/external/pdfium/fpdfsdk/src/
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);

Completed in 1602 milliseconds