Home
last modified time | relevance | path

Searched refs:server_colors (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dxwindow.c7949 *server_colors; in XMakeStandardColormap() local
8030 server_colors=(XColor *) AcquireQuantumMemory((size_t) in XMakeStandardColormap()
8031 visual_info->colormap_size,sizeof(*server_colors)); in XMakeStandardColormap()
8032 if (server_colors == (XColor *) NULL) in XMakeStandardColormap()
8036 server_colors[x].pixel=(size_t) x; in XMakeStandardColormap()
8037 (void) XQueryColors(display,colormap,server_colors, in XMakeStandardColormap()
8058 XBestPixel(display,colormap,server_colors,(unsigned int) in XMakeStandardColormap()
8071 *p++=server_colors[i]; in XMakeStandardColormap()
8074 server_colors=(XColor *) RelinquishMagickMemory(server_colors); in XMakeStandardColormap()