Home
last modified time | relevance | path

Searched refs:postscript_length (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/coders/
Dept.c82 postscript_length, member
198 ept_info.postscript_length=ReadBlobLSBLong(image); in ReadEPTImage()
199 if (ept_info.postscript_length > GetBlobSize(image)) in ReadEPTImage()
209 ept_info.postscript_length+1,sizeof(*ept_info.postscript)); in ReadEPTImage()
212 (void) memset(ept_info.postscript,0,(ept_info.postscript_length+1)* in ReadEPTImage()
237 if ((ept_info.postscript_length != 0) && (offset < 30)) in ReadEPTImage()
244 count=ReadBlob(image,ept_info.postscript_length,ept_info.postscript); in ReadEPTImage()
245 if (count != (ssize_t) (ept_info.postscript_length)) in ReadEPTImage()
252 image=BlobToImage(read_info,ept_info.postscript,ept_info.postscript_length, in ReadEPTImage()
432 &ept_info.postscript_length,exception); in WriteEPTImage()
[all …]