Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow-private.h317 *visual_type, member
Dxwindow.c1163 *visual_type; in XBestVisualInfo() local
1192 visual_type=resource_info->visual_type; in XBestVisualInfo()
1200 if (visual_type != (char *) NULL) in XBestVisualInfo()
1205 if (LocaleCompare("staticgray",visual_type) == 0) in XBestVisualInfo()
1211 if (LocaleCompare("grayscale",visual_type) == 0) in XBestVisualInfo()
1217 if (LocaleCompare("staticcolor",visual_type) == 0) in XBestVisualInfo()
1223 if (LocaleCompare("pseudocolor",visual_type) == 0) in XBestVisualInfo()
1229 if (LocaleCompare("truecolor",visual_type) == 0) in XBestVisualInfo()
1235 if (LocaleCompare("directcolor",visual_type) == 0) in XBestVisualInfo()
1241 if (LocaleCompare("default",visual_type) == 0) in XBestVisualInfo()
[all …]
Danimate.c737 visual_type[MagickPathExtent]; in XAnimateBackgroundImage() local
826 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XAnimateBackgroundImage()
830 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XAnimateBackgroundImage()
847 resources.visual_type=visual_type; in XAnimateBackgroundImage()
Ddisplay.c13795 visual_type[MagickPathExtent]; in XDisplayBackgroundImage() local
13863 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XDisplayBackgroundImage()
13866 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XDisplayBackgroundImage()
13883 resources.visual_type=visual_type; in XDisplayBackgroundImage()
13887 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.c1372 resource_info.visual_type=(char *) NULL; in AnimateImageCommand()
1378 resource_info.visual_type=argv[i]; in AnimateImageCommand()
Ddisplay.c1790 resource_info.visual_type=(char *) NULL; in DisplayImageCommand()
1796 resource_info.visual_type=argv[i]; in DisplayImageCommand()
/external/ImageMagick/coders/
Ddps.c199 (void) CloneString(&resource_info.visual_type,"default"); in ReadDPSImage()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c744 int visual_type = DONT_CARE; in choose_visual() local
888 visual_type = *parselist++; in choose_visual()
1040 vis = choose_x_visual( dpy, screen, min_rgb, visual_type ); in choose_visual()