Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:XAnnotateInfo

1902   XAnnotateInfo
2267 annotate_info=(XAnnotateInfo *) AcquireMagickMemory(sizeof(*annotate_info));
2268 if (annotate_info == (XAnnotateInfo *) NULL)
2393 XAnnotateInfo
2401 while (text_info != (XAnnotateInfo *) NULL)
2455 if (annotate_info->previous == (XAnnotateInfo *) NULL)
2539 if (annotate_info->next != (XAnnotateInfo *) NULL)
2550 annotate_info->next=(XAnnotateInfo *) AcquireMagickMemory(
2552 if (annotate_info->next == (XAnnotateInfo *) NULL)
2565 annotate_info->next=(XAnnotateInfo *) NULL;
2634 if (annotate_info->next != (XAnnotateInfo *) NULL)
2645 annotate_info->next=(XAnnotateInfo *) AcquireMagickMemory(
2647 if (annotate_info->next == (XAnnotateInfo *) NULL)
2660 annotate_info->next=(XAnnotateInfo *) NULL;
2687 while (annotate_info != (XAnnotateInfo *) NULL)
2697 annotate_info=(XAnnotateInfo *) RelinquishMagickMemory(annotate_info);
2745 annotate_info=(XAnnotateInfo *) RelinquishMagickMemory(annotate_info);