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

  /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...]
  /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/chrome/common/
chrome_content_client.cc 20 const char* kPDFPluginName = "Chrome PDF Viewer";
21 const char* kPDFPluginMimeType = "application/pdf";
22 const char* kPDFPluginExtension = "pdf";
50 // PDF.
52 // Once we're sandboxed, we can't know if the PDF plugin is available or not;
60 PepperPluginInfo pdf; local
61 pdf.path = path;
62 pdf.name = kPDFPluginName;
66 pdf.mime_types.push_back(pdf_mime_type);
67 plugins->push_back(pdf);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 193 CGPDFDocumentRef pdf = CGPDFDocumentCreateWithProvider(data); local
195 if (NULL == pdf) {
198 SkAutoPDFRelease releaseMe(pdf);
200 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1);
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 193 CGPDFDocumentRef pdf = CGPDFDocumentCreateWithProvider(data); local
195 if (NULL == pdf) {
198 SkAutoPDFRelease releaseMe(pdf);
200 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, 1);
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 283 base::FilePath pdf; local
284 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf) &&
285 base::PathExists(pdf)) {
287 pdf.value().c_str(), "gdi32.dll", "CreateDCA", CreateDCAPatch);
289 pdf.value().c_str(), "gdi32.dll", "GetFontData", GetFontDataPatch);
  /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
  /external/chromium_org/chrome/common/
chrome_content_client.cc 56 const char kPDFPluginMimeType[] = "application/pdf";
57 const char kPDFPluginExtension[] = "pdf";
60 [] = "application/x-google-chrome-print-preview-pdf";
128 // PDF.
130 // Once we're sandboxed, we can't know if the PDF plugin is available or not;
138 content::PepperPluginInfo pdf; local
139 pdf.path = path;
140 pdf.name = chrome::ChromeContentClient::kPDFPluginName;
148 pdf.mime_types.push_back(pdf_mime_type);
149 pdf.mime_types.push_back(print_preview_pdf_mime_type)
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 94 // Load the pdf plugin before the sandbox is turned on. This is for Windows
96 base::FilePath pdf; local
97 if (PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf) &&
98 base::PathExists(pdf)) {
99 bool rv = !!LoadLibrary(pdf.value().c_str());
100 DCHECK(rv) << "Couldn't load PDF plugin";
319 // Exported by pdf.dll
333 // used by the Chrome PDF plugin that will fail in the sandbox.
406 // TODO(sanjeevr): Add a method to the PDF DLL that takes in a file handle
407 // and a page range array. That way we don't need to read the entire PDF int
    [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...]
picocep.c 246 static picoos_int32 getFromPdf(picokpdf_PdfMUL pdf, picoos_uint32 vecstart,
252 picokpdf_PdfMUL pdf, picoos_uint8 invpow, picoos_uint8 invDoubleDec);
254 static picoos_uint8 makeWUWandWUm(cep_subobj_t * cep, picokpdf_PdfMUL pdf,
258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
262 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
853 * @param pdf : pdf resource
864 picokpdf_PdfMUL pdf, picoos_uint8 invpow, picoos_uint8 invDoubleDec)
869 picoos_uint8 ceporder = pdf->ceporder;
870 picoos_uint8 bigpow = pdf->bigpow
1690 picokpdf_PdfMUL pdf; local
    [all...]
picopam.c 1382 picokpdf_PdfDUR pdf; local
    [all...]
  /external/openssh/
umac.c 163 /* ----- Begin KDF & PDF Section ---------------------------------------- */
220 aes_int_key prf_key; /* Expanded AES key for PDF */
230 /* Initialize pdf and cache */
301 * must be called once, before any other PDF routine.
1181 pdf_ctx pdf; \/* PDF for hashed output *\/ member in struct:umac_ctx
    [all...]
  /external/srec/srec/include/
pre_desc.h 54 short *pdf; member in struct:__anon28302
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1426 milliseconds