Searched refs:foreground_color (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xwindow-private.h | 202 foreground_color, member 268 *foreground_color; member
|
D | xwindow.c | 3076 &pixel->foreground_color); in XGetPixelInfo() 3077 status=XParseColor(display,colormap,resource_info->foreground_color, in XGetPixelInfo() 3078 &pixel->foreground_color); in XGetPixelInfo() 3081 resource_info->foreground_color); in XGetPixelInfo() 3082 pixel->foreground_color.pixel= in XGetPixelInfo() 3083 XStandardPixel(map_info,&pixel->foreground_color); in XGetPixelInfo() 3084 pixel->foreground_color.flags=(char) (DoRed | DoGreen | DoBlue); in XGetPixelInfo() 3189 pixel->pen_color=pixel->foreground_color; in XGetPixelInfo() 3548 resource_info->foreground_color=XGetResourceInstance(database,client_name, in XGetResourceInfo() 5328 Colormap colormap,char *background_color,char *foreground_color) in XMakeCursor() argument [all …]
|
D | animate.c | 934 context_values.foreground=pixel.foreground_color.pixel; in XAnimateBackgroundImage() 1581 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages() 1600 context_values.background=pixel->foreground_color.pixel; in XAnimateImages() 1636 context_values.foreground=icon_pixel->foreground_color.pixel; in XAnimateImages() 2277 context_values.foreground=pixel->foreground_color.pixel; in XAnimateImages() 2282 context_values.background=pixel->foreground_color.pixel; in XAnimateImages()
|
D | display.c | 2319 windows->pixel_info->foreground_color.pixel); in XAnnotateEditImage() 2738 windows->pixel_info->foreground_color.pixel); in XAnnotateEditImage() 3368 resource_info->background_color,resource_info->foreground_color); in XColorEditImage() 9742 resource_info->background_color,resource_info->foreground_color); in XMatteEditImage() 13908 context_values.foreground=pixel.foreground_color.pixel; in XDisplayBackgroundImage() 14636 context_values.foreground=pixel->foreground_color.pixel; in XDisplayImage() 14655 context_values.background=pixel->foreground_color.pixel; in XDisplayImage() 14691 context_values.foreground=icon_pixel->foreground_color.pixel; in XDisplayImage() 14964 resource_info->foreground_color); in XDisplayImage() 15404 context_values.foreground=pixel->foreground_color.pixel; in XDisplayImage() [all …]
|
D | widget.c | 1562 &window_info->pixel_info->foreground_color); in XSetTextColor() 1566 window_info->pixel_info->foreground_color.pixel); in XSetTextColor()
|
/external/ImageMagick/MagickWand/ |
D | animate.c | 840 resource_info.foreground_color=argv[i]; in AnimateImageCommand()
|
D | display.c | 1119 resource_info.foreground_color=argv[i]; in DisplayImageCommand()
|