Lines Matching refs:XAnnotateInfo
1891 XAnnotateInfo in XAnnotateEditImage()
2256 annotate_info=(XAnnotateInfo *) AcquireMagickMemory(sizeof(*annotate_info)); in XAnnotateEditImage()
2257 if (annotate_info == (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2382 XAnnotateInfo in XAnnotateEditImage()
2390 while (text_info != (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2444 if (annotate_info->previous == (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2528 if (annotate_info->next != (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2539 annotate_info->next=(XAnnotateInfo *) AcquireMagickMemory( in XAnnotateEditImage()
2541 if (annotate_info->next == (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2554 annotate_info->next=(XAnnotateInfo *) NULL; in XAnnotateEditImage()
2623 if (annotate_info->next != (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2634 annotate_info->next=(XAnnotateInfo *) AcquireMagickMemory( in XAnnotateEditImage()
2636 if (annotate_info->next == (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2649 annotate_info->next=(XAnnotateInfo *) NULL; in XAnnotateEditImage()
2676 while (annotate_info != (XAnnotateInfo *) NULL) in XAnnotateEditImage()
2686 annotate_info=(XAnnotateInfo *) RelinquishMagickMemory(annotate_info); in XAnnotateEditImage()
2734 annotate_info=(XAnnotateInfo *) RelinquishMagickMemory(annotate_info); in XAnnotateEditImage()