HomeSort by relevance Sort by last modified time
    Searched defs:pdf (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/components/pdf/renderer/
pdf_resource_util.h 16 namespace pdf { namespace
22 } // namespace pdf
ppb_pdf_impl.h 12 namespace pdf { namespace
44 } // namespace pdf
pdf_resource_util.cc 5 #include "components/pdf/renderer/pdf_resource_util.h"
77 namespace pdf { namespace
113 } // namespace pdf
pepper_pdf_host.h 37 namespace pdf { namespace
87 } // namespace pdf
pepper_pdf_host.cc 5 #include "components/pdf/renderer/pepper_pdf_host.h"
7 #include "components/pdf/common/pdf_messages.h"
8 #include "components/pdf/renderer/pdf_resource_util.h"
9 #include "components/pdf/renderer/ppb_pdf_impl.h"
37 namespace pdf { namespace
289 } // namespace pdf
ppb_pdf_impl.cc 5 #include "components/pdf/renderer/ppb_pdf_impl.h"
11 #include "components/pdf/common/pdf_messages.h"
12 #include "components/pdf/renderer/pdf_resource_util.h"
33 namespace pdf { namespace
206 UMA_HISTOGRAM_COUNTS_10000("PDF.PageCount", count);
222 // Only want to show an info bar if the pdf is the whole tab.
312 // This function is intended for out of process PDF plugin.
362 } // namespace pdf
  /external/chromium_org/chrome/browser/ui/views/location_bar/
open_pdf_in_reader_view.h 17 namespace pdf { namespace
21 // A Page Action image view for the "Open PDF in Reader" bubble.
46 pdf::OpenPDFInReaderPromptClient* model_;
  /external/chromium_org/components/pdf/browser/
open_pdf_in_reader_prompt_client.h 14 namespace pdf { namespace
34 } // namespace pdf
pdf_web_contents_helper_client.h 16 namespace pdf { namespace
41 } // namespace pdf
pdf_web_contents_helper.h 20 namespace pdf { namespace
25 // Per-WebContents class to handle PDF messages.
65 // The model for the confirmation prompt to open a PDF in Adobe Reader.
72 } // namespace pdf
pdf_web_contents_helper.cc 5 #include "components/pdf/browser/pdf_web_contents_helper.h"
9 #include "components/pdf/browser/open_pdf_in_reader_prompt_client.h"
10 #include "components/pdf/browser/pdf_web_contents_helper_client.h"
11 #include "components/pdf/common/pdf_messages.h"
14 DEFINE_WEB_CONTENTS_USER_DATA_KEY(pdf::PDFWebContentsHelper);
16 namespace pdf { namespace
107 } // namespace pdf
  /external/chromium_org/printing/
pdf_metafile_cg_mac_unittest.cc 17 TEST(PdfMetafileCgTest, Pdf) {
19 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()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
open_pdf_in_reader_bubble_view.h 12 namespace pdf { namespace
25 pdf::OpenPDFInReaderPromptClient* model);
42 pdf::OpenPDFInReaderPromptClient* model_;
  /external/chromium_org/third_party/skia/tests/
PDFJpegEmbedTest.cpp 57 * directly embedded into the PDF (without re-encoding) when that
69 SkDynamicMemoryWStream pdf; local
70 SkAutoTUnref<SkDocument> document(SkDocument::CreatePDF(&pdf));
83 SkAutoTUnref<SkData> pdfData(pdf.copyToData());
85 pdf.reset();
90 // embedded into the PDF directly.
  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 17 package android.print.pdf;
21 import android.graphics.pdf.PdfDocument;
22 import android.graphics.pdf.PdfDocument.Page;
23 import android.graphics.pdf.PdfDocument.PageInfo;
29 * This class is a helper for creating a PDF file for given print
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 281 base::FilePath pdf; local
282 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf) &&
283 base::PathExists(pdf)) {
285 pdf.value().c_str(), "gdi32.dll", "CreateDCA", CreateDCAPatch);
287 pdf.value().c_str(), "gdi32.dll", "GetFontData", GetFontDataPatch);
  /external/chromium_org/chrome/utility/
printing_handler.cc 54 LOG(WARNING) << "Couldn't load PDF plugin";
119 // Exported by PDF plugin.
143 // used by the Chrome PDF plugin that will fail in the sandbox.
229 // Exported by PDF plugin.
317 base::File pdf = IPC::PlatformFileForTransitToFile(pdf_transit); local
319 if (RenderPDFPagesToPWGRaster(pdf.Pass(), settings, bitmap_settings,
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 206 CGPDFDocumentRef pdf = CGPDFDocumentCreateWithProvider(data); local
208 if (NULL == pdf) {
211 SkAutoPDFRelease releaseMe(pdf);
213 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1);
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 206 CGPDFDocumentRef pdf = CGPDFDocumentCreateWithProvider(data); local
208 if (NULL == pdf) {
211 SkAutoPDFRelease releaseMe(pdf);
213 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1);
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 17 package android.graphics.pdf;
34 * This class enables generating a PDF document from native Android content. You
76 // to support online PDF generation at which point we need to
262 * This class represents meta-data that describes a PDF {@link Page}.
377 * This class represents a PDF document page. It has associated
PdfEditor.java 17 package android.graphics.pdf;
34 * Class for editing PDF files.
212 * Writes the PDF file to the provided destination.
PdfRenderer.java 17 package android.graphics.pdf;
39 * This class enables rendering a PDF document. This class is not thread safe.
42 * If you want to render a PDF, you create a renderer and for every page you want
49 * A typical use of the APIs to render a PDF looks like this:
75 * If you are using this class to rasterize a PDF for printing or show a print
197 * @see android.graphics.pdf.PdfRenderer.Page#close() PdfRenderer.Page.close()
252 * This class represents a PDF document page for rendering.
390 * @see android.graphics.pdf.PdfRenderer#openPage(int)
  /external/chromium_org/chrome/common/
chrome_content_client.cc 72 const char kPDFPluginMimeType[] = "application/pdf";
73 const char kPDFPluginExtension[] = "pdf";
76 "application/x-google-chrome-print-preview-pdf";
78 "application/x-google-chrome-pdf";
129 // PDF.
131 // Once we're sandboxed, we can't know if the PDF plugin is available or not;
139 content::PepperPluginInfo pdf; local
140 pdf.path = path;
141 pdf.name = ChromeContentClient::kPDFPluginName;
144 pdf.is_out_of_process = true
    [all...]
  /external/svox/pico/lib/
picosig.c 307 * pdf access for phase
309 * @param phsIndex : index of phase vectot in the pdf
312 * @return PICO_OK : pdf retrieved
313 * @return PICO_ERR_OTHER : pdf not retrieved
322 picokpdf_PdfPHS pdf; local
333 pdf = sig_subObj->pdfphs;
335 if (phsIndex >= pdf->numvectors) {
338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
341 nContent = pdf->contentBase;
512 /*retrieve values from pdf*/
    [all...]
  /external/srec/srec/include/
pre_desc.h 54 short *pdf; member in struct:__anon14809

Completed in 462 milliseconds

1 2