Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompress.h54 Ascii85Info; typedef
Dcompress.c269 if (image->ascii85 == (Ascii85Info *) NULL) in Ascii85Initialize()
270 image->ascii85=(Ascii85Info *) AcquireMagickMemory(sizeof(*image->ascii85)); in Ascii85Initialize()
271 if (image->ascii85 == (Ascii85Info *) NULL) in Ascii85Initialize()
287 assert(image->ascii85 != (Ascii85Info *) NULL); in Ascii85Flush()
315 assert(image->ascii85 != (Ascii85Info *) NULL); in Ascii85Encode()
Dimage.h308 Ascii85Info
Dimage.c1215 if (image->ascii85 != (Ascii85Info *) NULL) in DestroyImage()
1216 image->ascii85=(Ascii85Info *) RelinquishMagickMemory(image->ascii85); in DestroyImage()