Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow.c1158 *visual_type; in XBestVisualInfo() local
1187 visual_type=resource_info->visual_type; in XBestVisualInfo()
1195 if (visual_type != (char *) NULL) in XBestVisualInfo()
1200 if (LocaleCompare("staticgray",visual_type) == 0) in XBestVisualInfo()
1206 if (LocaleCompare("grayscale",visual_type) == 0) in XBestVisualInfo()
1212 if (LocaleCompare("staticcolor",visual_type) == 0) in XBestVisualInfo()
1218 if (LocaleCompare("pseudocolor",visual_type) == 0) in XBestVisualInfo()
1224 if (LocaleCompare("truecolor",visual_type) == 0) in XBestVisualInfo()
1230 if (LocaleCompare("directcolor",visual_type) == 0) in XBestVisualInfo()
1236 if (LocaleCompare("default",visual_type) == 0) in XBestVisualInfo()
[all …]
Dxwindow-private.h317 *visual_type, member
Danimate.c738 visual_type[MagickPathExtent]; in XAnimateBackgroundImage() local
827 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XAnimateBackgroundImage()
831 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XAnimateBackgroundImage()
848 resources.visual_type=visual_type; in XAnimateBackgroundImage()
Ddisplay.c13798 visual_type[MagickPathExtent]; in XDisplayBackgroundImage() local
13866 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XDisplayBackgroundImage()
13869 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XDisplayBackgroundImage()
13886 resources.visual_type=visual_type; in XDisplayBackgroundImage()
13890 resources.visual_type); in XDisplayBackgroundImage()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c880 int visual_type = DONT_CARE; in choose_visual() local
1020 visual_type = *parselist++; in choose_visual()
1178 vis = choose_x_visual(dpy, screen, min_rgb, visual_type); in choose_visual()
1182 trans_type, trans_value, min_rgb, visual_type); in choose_visual()
/external/ImageMagick/MagickWand/
Danimate.c1380 resource_info.visual_type=(char *) NULL; in AnimateImageCommand()
1386 resource_info.visual_type=argv[i]; in AnimateImageCommand()
Ddisplay.c1798 resource_info.visual_type=(char *) NULL; in DisplayImageCommand()
1804 resource_info.visual_type=argv[i]; in DisplayImageCommand()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c739 int visual_type = DONT_CARE; in choose_visual() local
883 visual_type = *parselist++; in choose_visual()
1035 vis = choose_x_visual( dpy, screen, min_rgb, visual_type ); in choose_visual()
/external/ImageMagick/coders/
Ddps.c196 (void) CloneString(&resource_info.visual_type,"default"); in ReadDPSImage()