Searched refs:Ascii85Info (Results 1 – 4 of 4) sorted by relevance
54 Ascii85Info; typedef
269 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()
308 Ascii85Info
1215 if (image->ascii85 != (Ascii85Info *) NULL) in DestroyImage()1216 image->ascii85=(Ascii85Info *) RelinquishMagickMemory(image->ascii85); in DestroyImage()