HomeSort by relevance Sort by last modified time
    Searched refs:pdf (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /external/elfutils/src/libdw/
Makefile 899 install-pdf: install-pdf-am
901 install-pdf-am:
918 pdf: pdf-am
920 pdf-am:
    [all...]
  /external/elfutils/src/libelf/
Makefile 874 install-pdf: install-pdf-am
876 install-pdf-am:
893 pdf: pdf-am
895 pdf-am:
914 install-libLIBRARIES install-man install-pdf install-pdf-am \
918 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am
    [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...]
picopam.c 1382 picokpdf_PdfDUR pdf; local
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 471 pdf: pdf-am
473 pdf-am:
489 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  /frameworks/base/docs/html/
jd_collections.js     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 22 import android.graphics.pdf.PdfDocument.Page;
33 import android.print.pdf.PrintedPdfDocument;
140 // a PDF generating canvas whose size is in points (1/72") not screen
144 // to the PDF canvas to shrink in. Note that PDF is a vector format
265 .Builder("MotoGP_stats.pdf")
350 // density but the PDF canvas size is in points which are 1/72",
  /external/libunwind/doc/
unw_get_fpreg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_reg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_init_local.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_init_remote.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_caching_policy.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_fpreg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_reg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
libunwind-setjmp.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_proc_info_by_ip.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_proc_name.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_resume.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 26 import android.graphics.pdf.PdfEditor;
27 import android.graphics.pdf.PdfRenderer;
42 * Service for manipulation of PDF documents in an isolated process.
284 Log.e(LOG_TAG, "Malformed PDF file");
370 Log.e(LOG_TAG, "Error writing PDF to file.", e);
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 29 import android.graphics.pdf.PdfDocument.Page;
40 import android.print.pdf.PrintedPdfDocument;
  /frameworks/base/graphics/java/android/graphics/pdf/
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)
  /cts/tests/tests/print/src/android/print/cts/
BasePrintTest.java 32 import android.graphics.pdf.PdfDocument;
49 import android.print.pdf.PrintedPdfDocument;
  /external/libvorbis/doc/
Vorbis_I_spec.tex 25 % Hyperref enriches the generated PDF with clickable links,
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
84 \DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg}
  /external/libxml2/doc/
Makefile.am 22 $(wildcard tutorial/*.c) $(wildcard tutorial/*.pdf) \
222 tutorial/xmltutorial.pdf \

Completed in 493 milliseconds

1 2 34 5 6 7