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

1 2

  /external/ImageMagick/coders/
ept.c 13 % Read/Write Encapsulated Postscript Format (with preview). %
88 *postscript,
146 % ReadEPTImage() reads a binary Postscript image file and returns it. It
209 ept_info.postscript=(unsigned char *) AcquireQuantumMemory(
210 ept_info.postscript_length+1,sizeof(*ept_info.postscript));
211 if (ept_info.postscript == (unsigned char *) NULL)
213 (void) ResetMagickMemory(ept_info.postscript,0,(ept_info.postscript_length+1)*
214 sizeof(*ept_info.postscript));
231 count=ReadBlob(image,ept_info.postscript_length,ept_info.postscript);
239 image=BlobToImage(read_info,ept_info.postscript,ept_info.postscript_length
86 *postscript, member in struct:_EPTInfo
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidparse.c 138 /* Now rewind and extract the frame corresponding to this PostScript */
143 FT_FRAME_EXTRACT( ps_len, parser->postscript ) )
148 parser->root.base = parser->postscript;
149 parser->root.cursor = parser->postscript;
210 FT_FRAME_RELEASE( parser->postscript );
223 if ( parser->postscript )
228 FT_FRAME_RELEASE( parser->postscript );
cidparse.h 46 /* postscript :: A pointer to the data to be parsed. */
66 FT_Byte* postscript; member in struct:CID_Parser_
cidload.c 668 parser->postscript,
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 21 echo set term postscript color rounded enhanced >> $WHAT.gnuplot
  /external/freetype/src/sfnt/
ttpost.c 5 /* PostScript name table processing for TrueType and OpenType fonts */
398 format = face->postscript.FormatType;
404 /* now read postscript table */
429 format = face->postscript.FormatType;
465 /* Get the PostScript glyph name of a glyph. */
512 format = face->postscript.FormatType;
sfobjs.c     [all...]
sfdriver.c 95 table = &face->postscript;
219 * POSTSCRIPT NAME SERVICE
234 /* scan the name table to see whether we have a Postscript name here, */
ttload.c     [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttpost.c 396 format = face->postscript.FormatType;
402 /* now read postscript table */
427 format = face->postscript.FormatType;
463 /* Get the PostScript glyph name of a glyph. */
510 format = face->postscript.FormatType;
sfobjs.c     [all...]
sfdriver.c 95 table = &face->postscript;
216 * POSTSCRIPT NAME SERVICE
231 /* scan the name table to see whether we have a Postscript name here, */
ttload.c     [all...]
  /external/libcups/filter/
Makefile 188 --title "Developing PostScript Printer Drivers" \
190 --header postscript-driver.header \
191 --intro postscript-driver.shtml \
192 >../doc/help/postscript-driver.html
  /external/freetype/include/freetype/internal/
tttypes.h 1406 TT_Postscript postscript; \/* TrueType Postscript table *\/ member in struct:TT_FaceRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1273 TT_Postscript postscript; \/* TrueType Postscript table *\/ member in struct:TT_FaceRec_
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 76 &exactSig{[]byte("%!PS-Adobe-"), "application/postscript"},
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 76 &exactSig{[]byte("%!PS-Adobe-"), "application/postscript"},
  /external/freetype/src/truetype/
ttgxvar.c     [all...]
ttgload.c     [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 2363 def postscript(self, cnf={}, **kw): member in class:Canvas
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 2363 def postscript(self, cnf={}, **kw): member in class:Canvas
    [all...]

Completed in 4005 milliseconds

1 2