Searched refs:ascii85 (Results 1 – 3 of 3) sorted by relevance
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()273 (void) ResetMagickMemory(image->ascii85,0,sizeof(*image->ascii85)); in Ascii85Initialize()274 image->ascii85->line_break=MaxLineExtent << 1; in Ascii85Initialize()275 image->ascii85->offset=0; in Ascii85Initialize()287 assert(image->ascii85 != (Ascii85Info *) NULL); in Ascii85Flush()288 if (image->ascii85->offset > 0) in Ascii85Flush()290 image->ascii85->buffer[image->ascii85->offset]='\0'; in Ascii85Flush()291 image->ascii85->buffer[image->ascii85->offset+1]='\0'; in Ascii85Flush()[all …]
312 *ascii85; member
859 if (image->ascii85 != (void *) NULL) in CloneImage()1203 if (image->ascii85 != (Ascii85Info *) NULL) in DestroyImage()1204 image->ascii85=(Ascii85Info *) RelinquishMagickMemory(image->ascii85); in DestroyImage()