Searched refs:server_colors (Results 1 – 1 of 1) sorted by relevance
7955 *server_colors; in XMakeStandardColormap() local8036 server_colors=(XColor *) AcquireQuantumMemory((size_t) in XMakeStandardColormap()8037 visual_info->colormap_size,sizeof(*server_colors)); in XMakeStandardColormap()8038 if (server_colors == (XColor *) NULL) in XMakeStandardColormap()8042 server_colors[x].pixel=(size_t) x; in XMakeStandardColormap()8043 (void) XQueryColors(display,colormap,server_colors, in XMakeStandardColormap()8064 XBestPixel(display,colormap,server_colors,(unsigned int) in XMakeStandardColormap()8077 *p++=server_colors[i]; in XMakeStandardColormap()8080 server_colors=(XColor *) RelinquishMagickMemory(server_colors); in XMakeStandardColormap()