HomeSort by relevance Sort by last modified time
    Searched full:postscript (Results 1 - 25 of 734) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/t/ps/
write.t 3 # Test writing Postscript images
18 # 1) Test Postscript
24 # 2) Test Encapsulated Postscript
read.t 3 # Test Reading Postscript images
18 # 1) Test reading Postscript
32 # 2) Test reading Encapsulated Postscript
46 # 3) Test rendering using a Postscript font
  /external/freetype/include/freetype/internal/services/
svpostnm.h 5 /* The FreeType PostScript name services (specification). */
28 * A trivial service used to retrieve the PostScript name of a given
32 * PostScript name is not available.
37 #define FT_SERVICE_ID_POSTSCRIPT_FONT_NAME "postscript-font-name"
svpsinfo.h 5 /* The FreeType PostScript info service (specification). */
29 #define FT_SERVICE_ID_POSTSCRIPT_INFO "postscript-info"
  /external/libcups/filter/
postscript-driver.shtml 3 <p>A CUPS PostScript printer driver consists of a PostScript Printer Description (PPD) file that describes the features and capabilities of the device, zero or more <em>filter</em> programs that prepare print data for the device, and zero or more support files for color management, online help, and so forth. The PPD file includes references to all of the filters and support files used by the driver.</p>
5 <p>Every time a user prints something the scheduler program, <a href='man-cupsd.html'>cupsd(8)</a>, determines the format of the print job and the programs required to convert that job into something the printer understands. CUPS includes filter programs for many common formats, for example to convert Portable Document Format (PDF) files into device-independent PostScript, and then from device-independent PostScript to device-dependent PostScript. <a href='#FIGURE_1'>Figure 1</a> shows the data flow of a typical print job.</p>
7 <div class='figure'><table summary='PostScript Filter Chain'>
8 <caption>Figure 1: <a name='FIGURE_1'>PostScript Filter Chain</a></caption>
9 <tr><td><img src='../images/cups-postscript-chain.png' width='700' height='150' alt='PostScript Filter Chain'></td></tr>
12 <p>The optional PostScript filter can be provided to add printer-specific commands to the PostScript output that cannot be re (…)
    [all...]
spec-ppd.header 16 <p>This specification describes the attributes and extensions that CUPS adds to <a href="http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf" target="_blank">Adobe TechNote #5003: PostScript Printer Description File Format Specification Version 4.3</a>. PostScript Printer Description ("PPD") files describe the capabilities of each printer and are used by CUPS to support printer-specific features and intelligent filtering.</p>
22 <td>Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
postscript-driver.header 2 PostScript printer driver documentation for CUPS.
14 <h1 class='title'>Developing PostScript Printer Drivers</h1>
16 <p>This document describes how to develop printer drivers for PostScript printers. Topics include: <a href='#BASICS'>printer driver basics</a>, <a href='#CREATE'>creating new PPD files</a>, <a href='#IMPORT'>importing existing PPD files</a>, <a href='#FILTERS'>using custom filters</a>, <a href='#COLOR'>implementing color management</a>, and <a href='#MACOSX'>adding macOS features</a>.</p>
ppd-compiler.header 16 <P>This document describes how to use the CUPS PostScript Printer Description
31 Programming: <a href='postscript-driver.html'>Developing PostScript Printer Drivers</a><br>
commandtops.c 2 * PostScript command filter for CUPS.
122 * 'auto_configure()' - Automatically configure the printer using PostScript
149 fputs("DEBUG: Unable to auto-configure PostScript Printer - no "
155 * Put the printer in PostScript mode...
163 * As a lot of PPDs contain bad PostScript query code, we need to prevent one
165 * error handler allows us to log PostScript errors to cupsd.
170 " (:PostScript error in \") print cups_query_keyword print (\": ) "
197 fputs("DEBUG: Auto-configuring PostScript printer...\n", stderr);
349 * PostScript code for this option in the PPD is broken; show the
412 * 'begin_ps()' - Send the standard PostScript prolog
    [all...]
  /external/freetype/src/cid/
module.mk 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
cidparse.c 172 /* Now rewind and extract the frame corresponding to this PostScript */
177 FT_FRAME_EXTRACT( ps_len, parser->postscript ) )
182 parser->root.base = parser->postscript;
183 parser->root.cursor = parser->postscript;
247 FT_FRAME_RELEASE( parser->postscript );
266 if ( parser->postscript )
271 FT_FRAME_RELEASE( parser->postscript );
  /external/freetype/src/psaux/
module.mk 20 $(ECHO_DRIVER)psaux $(ECHO_DRIVER_DESC)Postscript Type 1 & Type 2 helper module$(ECHO_DRIVER_DONE)
cffdecode.h 5 /* PostScript CFF (Type 2) decoding routines (specification). */
psaux.c 5 /* FreeType auxiliary PostScript driver component (body only). */
psauxmod.h 5 /* FreeType auxiliary PostScript module implementation (specification). */
  /external/freetype/src/pshinter/
module.mk 20 $(ECHO_DRIVER)pshinter $(ECHO_DRIVER_DESC)Postscript hinter module$(ECHO_DRIVER_DONE)
pshinter.c 5 /* FreeType PostScript Hinting module */
pshmod.h 5 /* PostScript hinter module interface (specification). */
  /external/freetype/src/psnames/
module.mk 20 $(ECHO_DRIVER)psnames $(ECHO_DRIVER_DESC)Postscript & Unicode Glyph name handling$(ECHO_DRIVER_DONE)
  /external/freetype/src/sfnt/
ttpost.h 5 /* PostScript name table processing for TrueType and OpenType fonts */
  /external/freetype/src/type1/
module.mk 20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
  /external/python/cpython2/Misc/
vgrindefs 2 # eye-pleasing postscript. The entry below should be added to your
  /external/python/cpython3/Misc/
vgrindefs 2 # eye-pleasing postscript. The entry below should be added to your
  /external/python/cpython3/Lib/test/
mailcap.txt 9 application/postscript; ps-to-terminal %s;\
11 application/postscript; ps-to-terminal %s; \
  /external/freetype/include/freetype/internal/
ftpsprop.h 5 /* Get and set properties of PostScript drivers (specification). */

Completed in 1486 milliseconds

1 2 3 4 5 6 7 8 91011>>