Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow-private.h314 *visual_type, member
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 …]
Danimate.c735 visual_type[MagickPathExtent]; in XAnimateBackgroundImage() local
823 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XAnimateBackgroundImage()
827 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XAnimateBackgroundImage()
844 resources.visual_type=visual_type; in XAnimateBackgroundImage()
Ddisplay.c13792 visual_type[MagickPathExtent]; in XDisplayBackgroundImage() local
13860 (void) CopyMagickString(visual_type,"default",MagickPathExtent); in XDisplayBackgroundImage()
13863 (void) FormatLocaleString(visual_type,MagickPathExtent,"0x%lx", in XDisplayBackgroundImage()
13880 resources.visual_type=visual_type; in XDisplayBackgroundImage()
13884 resources.visual_type); in XDisplayBackgroundImage()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c908 int visual_type = DONT_CARE; in choose_visual() local
1048 visual_type = *parselist++; in choose_visual()
1205 vis = choose_x_visual(dpy, screen, min_rgb, visual_type); in choose_visual()
1209 trans_type, trans_value, min_rgb, visual_type); in choose_visual()
/external/ImageMagick/MagickWand/
Danimate.c1377 resource_info.visual_type=(char *) NULL; in AnimateImageCommand()
1383 resource_info.visual_type=argv[i]; in AnimateImageCommand()
Ddisplay.c1786 resource_info.visual_type=(char *) NULL; in DisplayImageCommand()
1792 resource_info.visual_type=argv[i]; in DisplayImageCommand()
/external/ImageMagick/coders/
Ddps.c196 (void) CloneString(&resource_info.visual_type,"default"); in ReadDPSImage()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c678 int visual_type = DONT_CARE; in choose_visual() local
818 visual_type = *parselist++; in choose_visual()
967 vis = choose_x_visual( dpy, screen, min_rgb, visual_type ); in choose_visual()