Searched refs:XColor (Results 1 – 9 of 9) sorted by relevance
/external/ImageMagick/coders/ |
D | xwd.c | 196 XColor in ReadXWDImage() 385 colors=(XColor *) NULL; in ReadXWDImage() 394 colors=(XColor *) AcquireQuantumMemory(length,sizeof(*colors)); in ReadXWDImage() 395 if (colors == (XColor *) NULL) in ReadXWDImage() 405 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() 437 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() 451 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() 460 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() 468 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() 483 colors=(XColor *) RelinquishMagickMemory(colors); in ReadXWDImage() [all …]
|
D | dps.c | 132 XColor in ReadDPSImage() 259 colors=(XColor *) AcquireQuantumMemory(visual_info->colormap_size, in ReadDPSImage() 261 if (colors == (XColor *) NULL) in ReadDPSImage() 321 colors=(XColor *) RelinquishMagickMemory(colors); in ReadDPSImage() 330 colors=(XColor *) RelinquishMagickMemory(colors); in ReadDPSImage() 438 colors=(XColor *) RelinquishMagickMemory(colors); in ReadDPSImage() 473 colors=(XColor *) RelinquishMagickMemory(colors); in ReadDPSImage()
|
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 200 XColor 222 XColor 513 XQueryColorCompliance(const char *,XColor *); 517 XBestPixel(Display *,const Colormap,XColor *,unsigned int,XColor *), 587 static inline double XPixelIntensity(const XColor *pixel) in XPixelIntensity()
|
D | xwindow.c | 1032 XColor *colors,unsigned int number_colors,XColor *color) in XBestPixel() 1058 assert(color != (XColor *) NULL); in XBestPixel() 1062 query_server=colors == (XColor *) NULL ? MagickTrue : MagickFalse; in XBestPixel() 1068 colors=(XColor *) AcquireQuantumMemory(number_colors,sizeof(*colors)); in XBestPixel() 1069 if (colors == (XColor *) NULL) in XBestPixel() 1104 colors=(XColor *) RelinquishMagickMemory(colors); in XBestPixel() 3849 XColor in XGetWindowColor() 3964 XColor in XGetWindowImage() 4174 XColor in XGetWindowImage() 4222 colors=(XColor *) NULL; in XGetWindowImage() [all …]
|
D | display.c | 1863 XColor in XAnnotateEditImage() 2006 XBestPixel(display,windows->map_info->colormap,(XColor *) NULL, in XAnnotateEditImage() 2051 XBestPixel(display,windows->map_info->colormap,(XColor *) NULL, in XAnnotateEditImage() 3286 static XColor in XColorEditImage() 3317 XColor in XColorEditImage() 3432 XBestPixel(display,windows->map_info->colormap,(XColor *) NULL, in XColorEditImage() 5562 XColor in XDrawEditImage() 5605 XBestPixel(display,windows->map_info->colormap,(XColor *) NULL, in XDrawEditImage() 9654 static XColor in XMatteEditImage() 12122 XColor in XRotateImage() [all …]
|
D | widget.c | 1651 XColor in XColorBrowserWidget() 2093 XBestPixel(display,windows->widget.map_info->colormap,(XColor *) NULL, in XColorBrowserWidget()
|
/external/python/pycparser/utils/fake_libc_include/X11/ |
D | _X11_fake_typedefs.h | 21 typedef struct XColor XColor; typedef
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 51 typedef XColor XMesaColor;
|
/external/webrtc/modules/desktop_capture/ |
D | screen_drawer_linux.cc | 114 XColor xcolor; in DrawRectangle()
|