Searched refs:pdf (Results 1 - 25 of 828) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkPDFRasterizer.h14 bool SkPopplerRasterizePDF(SkStream* pdf, SkBitmap* output);
18 bool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output);
/external/skia/src/utils/
H A DSkPDFRasterizer.h14 bool SkPopplerRasterizePDF(SkStream* pdf, SkBitmap* output);
18 bool SkNativeRasterizePDF(SkStream* pdf, SkBitmap* output);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/
H A DMakefile1 all: module_dependencies.svg module_dependencies.pdf
2 .IGNORE: module_dependencies.svg module_dependencies.pdf
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
H A DMakefile1 all: module_dependencies.svg module_dependencies.pdf
2 .IGNORE: module_dependencies.svg module_dependencies.pdf
/external/chromium_org/athena/main/
H A Dathena_content_client.cc20 const char kPDFPluginMimeType[] = "application/pdf";
21 const char kPDFPluginExtension[] = "pdf";
24 "application/x-google-chrome-print-preview-pdf";
35 content::PepperPluginInfo pdf;
36 pdf.path = base::FilePath(module.Append(kPDFPluginFileName));
37 pdf.name = kPDFPluginName;
44 pdf.mime_types.push_back(pdf_mime_type);
45 pdf.mime_types.push_back(print_preview_pdf_mime_type);
46 pdf.permissions = kPDFPluginPermissions;
47 plugins->push_back(pdf);
[all...]
/external/chromium_org/printing/
H A Dpdf_metafile_cg_mac_unittest.cc19 PdfMetafileCg pdf; local
20 EXPECT_TRUE(pdf.Init());
21 EXPECT_TRUE(pdf.context() != NULL);
26 pdf.StartPage(size_1, rect_1, 1.25);
27 pdf.FinishPage();
32 pdf.StartPage(size_2, rect_2, 2.0);
33 pdf.FinishPage();
35 pdf.FinishDocument();
38 uint32 size = pdf.GetDataSize();
43 pdf
[all...]
/external/blktrace/doc/
H A DMakefile3 all: blktrace.pdf
8 blktrace.pdf: blktrace.tex
15 -rm -f blktrace.pdf $(DOCTMP)
/external/blktrace/btreplay/doc/
H A DMakefile3 all: btreplay.dvi btreplay.pdf
12 btreplay.pdf: btreplay.dvi
17 -rm -f *.bak *.ps *.pdf
/external/blktrace/btt/doc/
H A DMakefile3 all: btt.pdf
8 btt.pdf: btt.tex
15 -rm -f btt.pdf $(DOCTMP)
/external/chromium_org/components/pdf/renderer/
H A Dpdf_resource_util.h16 namespace pdf { namespace
22 } // namespace pdf
H A Dppb_pdf_impl.h12 namespace pdf { namespace
44 } // namespace pdf
/external/chromium_org/third_party/libsrtp/srtp/doc/
H A DMakefile32 cp latex/refman.pdf libsrtp.pdf
38 cp latex/refman.pdf crypto.pdf
/external/srtp/doc/
H A DMakefile32 cp latex/refman.pdf libsrtp.pdf
38 cp latex/refman.pdf crypto.pdf
/external/chromium_org/third_party/skia/dm/
H A DDMPDFRasterizeTask.cpp18 SkStreamAsset* pdf,
22 , fPdf(pdf)
17 PDFRasterizeTask(const Task& parent, SkStreamAsset* pdf, RasterizePdfProc proc) argument
H A DDMPDFRasterizeTask.h20 typedef bool (*RasterizePdfProc)(SkStream* pdf, SkBitmap* output);
26 SkStreamAsset* pdf,
H A DDMPDFTask.cpp15 // The PDF backend is not threadsafe. If you run dm with --pdf repeatedly, you
19 DEFINE_bool(pdf, false, "PDF backend master switch.");
40 , fName(UnderJoin(FileToTaskName(filename).c_str(), "pdf"))
73 SinglePagePDF pdf(fGM->width(), fGM->height());
74 CanvasPreflight(pdf.canvas());
76 //pdf.canvas()->concat(fGM->getInitialTransform());
77 fGM->draw(pdf.canvas());
78 pdfData.reset(pdf.end());
80 SinglePagePDF pdf(fPicture->cullRect().width(), fPicture->cullRect().height());
81 CanvasPreflight(pdf
[all...]
/external/skia/dm/
H A DDMPDFRasterizeTask.cpp19 SkData* pdf,
23 , fPdf(SkRef(pdf))
18 PDFRasterizeTask(const Task& parent, SkData* pdf, RasterizePdfProc proc) argument
H A DDMPDFRasterizeTask.h20 typedef bool (*RasterizePdfProc)(SkStream* pdf, SkBitmap* output);
25 SkData* pdf,
H A DDMPDFTask.cpp15 // The PDF backend is not threadsafe. If you run dm with --pdf repeatedly, you
19 DEFINE_bool(pdf, false, "PDF backend master switch.");
40 , fName(UnderJoin(FileToTaskName(filename).c_str(), "pdf"))
73 SinglePagePDF pdf(fGM->width(), fGM->height());
75 //pdf.canvas()->concat(fGM->getInitialTransform());
76 fGM->draw(pdf.canvas());
77 pdfData.reset(pdf.end());
79 SinglePagePDF pdf(SkIntToScalar(fPicture->width()), SkIntToScalar(fPicture->height()));
80 fPicture->draw(pdf.canvas());
81 pdfData.reset(pdf
[all...]
/external/chromium_org/chrome/browser/ui/pdf/
H A Dchrome_pdf_web_contents_helper_client.h9 #include "components/pdf/browser/pdf_web_contents_helper_client.h"
12 : public pdf::PDFWebContentsHelperClient {
18 // pdf::PDFWebContentsHelperClient:
32 const pdf::PasswordDialogClosedCallback& callback) OVERRIDE;
39 const pdf::PasswordDialogClosedCallback& callback);
/external/chromium_org/chrome/browser/ui/views/
H A Dopen_pdf_in_reader_bubble_view.h12 namespace pdf { namespace
25 pdf::OpenPDFInReaderPromptClient* model);
42 pdf::OpenPDFInReaderPromptClient* model_;
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A DMakefile1 all: man html pdf
19 pdf:
27 rm -f $(FILES:%=%.pdf)
/external/chromium_org/chrome/browser/guest_view/mime_handler_view/
H A Dchrome_mime_handler_view_guest_delegate.cc8 #include "chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h"
9 #include "components/pdf/browser/pdf_web_contents_helper.h"
40 pdf::PDFWebContentsHelper::CreateForWebContentsWithClient(
42 scoped_ptr<pdf::PDFWebContentsHelperClient>(
/external/chromium_org/chrome/renderer/pepper/
H A Dchrome_pdf_print_client.h9 #include "components/pdf/renderer/ppb_pdf_impl.h"
11 class ChromePDFPrintClient : public pdf::PPB_PDF_Impl::PrintClient {
17 // pdf::PPB_PDF_Impl::PrintClient:
/external/chromium_org/third_party/skia/experimental/PdfViewer/scripts/
H A Dtest_all_pdfs.sh56 ls -1 $1/*.pdf | sed "s/^/experimental\/PdfViewer\/scripts\/vm_pdf_viewer_run_one_pdf.sh /" \
61 ls -1 $1/*.pdf | xargs experimental/PdfViewer/scripts/vm_pdf_viewer_run_one_pdf.sh

Completed in 8971 milliseconds

1234567891011>>