HomeSort by relevance Sort by last modified time
    Searched refs:GetPage (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/printing/
pdf_to_emf_converter.h 42 virtual void GetPage(int page_number,
pdf_to_emf_converter.cc 100 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(
351 base::Bind(&PdfToEmfUtilityProcessHostClient::GetPage,
475 void PdfToEmfConverterImpl::GetPage(int page_number,
477 utility_client_->GetPage(page_number, get_page_callback);
print_job.cc 246 converter_->GetPage(current_page_++, get_page_callback);
print_job_worker.cc 280 scoped_refptr<PrintedPage> page = document_->GetPage(page_number_.ToInt());
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 36 FPDF_PAGE GetPage();
pdfium_page.cc 69 FPDF_PAGE PDFiumPage::GetPage() {
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);
pdfium_engine.cc 784 pages_[progressive_paints_[i].page_index]->GetPage());
911 FPDF_PAGE new_page = pages_[most_visible_page_]->GetPage();
    [all...]
  /external/chromium_org/printing/
printed_document.h 59 scoped_refptr<PrintedPage> GetPage(int page_number);
printed_document.cc 143 scoped_refptr<PrintedPage> PrintedDocument::GetPage(int page_number) {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 143 CPDF_Dictionary* CPDF_Document::GetPage(int iPage)
335 CPDF_Dictionary* pPageDict = GetPage(i);
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 289 CPDF_Page* GetPage()
fpdf_parser.h 88 CPDF_Dictionary* GetPage(int iPage);
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 107 CPDF_Dictionary* pSrcPageDict = pSrcPDFDoc->GetPage(nPageNum->GetAt(i)-1);
fpdfview.cpp 394 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
850 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
fsdk_mgr.cpp 349 // CPDF_Dictionary* pDic = m_pDoc->GetPage(i);
458 CPDF_Page * CPDFSDK_Document::GetPage(int nIndex)
565 pTempPage = GetPage(nStart+i);
fsdk_baseform.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstask.h     [all...]
agtsvr.h     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 442 CPDF_Page* GetPage(int nIndex);
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 790 pPage = m_pContext->m_pPageCache->GetPage();
    [all...]
fpdf_render_image.cpp 491 pPage = m_pRenderStatus->m_pContext->m_pPageCache->GetPage();
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 55 pdf.getPage(i).then(function(page) {
    [all...]

Completed in 2289 milliseconds