Searched refs:colormap_info (Results 1 – 1 of 1) sorted by relevance
4007 *colormap_info = (ColormapInfo *) NULL; in XGetWindowImage() local4232 for (p=colormap_info; p != (ColormapInfo *) NULL; p=p->next) in XGetWindowImage()4301 p->next=colormap_info; in XGetWindowImage()4302 colormap_info=p; in XGetWindowImage()4498 while (colormap_info != (ColormapInfo *) NULL) in XGetWindowImage()4500 next=colormap_info->next; in XGetWindowImage()4501 colormap_info->colors=(XColor *) RelinquishMagickMemory( in XGetWindowImage()4502 colormap_info->colors); in XGetWindowImage()4503 colormap_info=(ColormapInfo *) RelinquishMagickMemory(colormap_info); in XGetWindowImage()4504 colormap_info=next; in XGetWindowImage()[all …]