Searched defs:postscript (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/cid/
H A Dcidparse.h46 /* postscript :: A pointer to the data to be parsed. */
66 FT_Byte* postscript; member in struct:CID_Parser_
/external/ImageMagick/coders/
H A Dept.c88 *postscript,
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,
254 ept_info.postscript=(unsigned char *) RelinquishMagickMemory(
255 ept_info.postscript);
86 *postscript, member in struct:_EPTInfo
[all...]
/external/freetype/include/freetype/internal/
H A Dtttypes.h1188 /* postscript :: The font's PostScript table (`post' */
1286 /* postscript name service. */
1413 TT_Postscript postscript; /* TrueType Postscript table */ member in struct:TT_FaceRec_
1464 /* postscript names table */
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2423 def postscript(self, cnf={}, **kw): member in class:Canvas
2424 """Print the contents of the canvas to a postscript
2428 return self.tk.call((self._w, 'postscript') +
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2586 def postscript(self, cnf={}, **kw): member in class:Canvas
2587 """Print the contents of the canvas to a postscript
2591 return self.tk.call((self._w, 'postscript') +
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 699 milliseconds