Searched refs:blue_max (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DStdCmap.c68 unsigned long blue_max)
76 * red_max, green_max, blue_max - allocations
98 if (! valid_args(vinfo, red_max, green_max, blue_max, property)
122 stdcmap->blue_max = blue_max;
131 ? (green_max + 1) * (blue_max + 1) : 0;
132 stdcmap->green_mult = (green_max > 0) ? blue_max + 1 : 0;
133 stdcmap->blue_mult = (blue_max > 0) ? 1 : 0;
162 unsigned long blue_max, Atom property)
165 * red_max, green_max, blue_max
65 XmuStandardColormap(Display * dpy,int screen,VisualID visualid,unsigned int depth,Atom property,Colormap cmap,unsigned long red_max,unsigned long green_max,unsigned long blue_max) argument
161 valid_args(XVisualInfo * vinfo,unsigned long red_max,unsigned long green_max,unsigned long blue_max,Atom property) argument
[all...]
H A DCmapAlloc.c61 * blue_max returns maximum blue value
71 unsigned long *blue_max)
81 status = default_allocation(vinfo, red_max, green_max, blue_max);
84 best_allocation(vinfo, red_max, green_max, blue_max);
87 gray_allocation(vinfo->colormap_size, red_max, green_max, blue_max);
91 *green_max = *blue_max = 0;
95 *red_max = *blue_max = 0;
98 *blue_max = vinfo->colormap_size - 1;
115 unsigned long *blue_max)
119 *blue_max
68 XmuGetColormapAllocation(XVisualInfo * vinfo,Atom property,unsigned long * red_max,unsigned long * green_max,unsigned long * blue_max) argument
114 gray_allocation(int n,unsigned long * red_max,unsigned long * green_max,unsigned long * blue_max) argument
[all...]
H A DCrCmap.c160 TRUEMATCH(blue_mult, blue_max, blue_mask);
189 if (colormap->blue_max > ncolors)
190 ncolors = colormap->blue_max;
198 colormap->blue_max * colormap->blue_mult + 1;
252 colormap->blue_max));
260 else if (colormap->green_max == 0 && colormap->blue_max == 0)
273 else if (colormap->red_max == 0 && colormap->blue_max == 0)
290 color.blue = (unsigned short) ((i * 65535) / colormap->blue_max);
309 color.blue = calc(blue_max, blue_mult);
511 (colormap->blue_max
[all...]
H A DLookupCmap.c254 m->blue_max = maps->blue_max;
265 m->blue_max = cnew->blue_max;
312 s->blue_max = map->blue_max;
/xsrc/external/mit/libX11/dist/src/
H A DSetStCmap.c84 stdcmap.blue_max = cmap->blue_max;
H A DGetStCmap.c109 cmap->blue_max = use->blue_max;
H A DSetRGBCMap.c79 map->blue_max = cmap->blue_max;
H A DGetRGBCMap.c123 map->blue_max = prop->blue_max;
H A DXatomtype.h89 UNSIGNEDINT blue_max; member in struct:__anondc8a24b10208
/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DStdCmap.h87 unsigned long blue_max
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h326 unsigned long blue_max; member in struct:__anon3d9fd4c10908
/xsrc/external/mit/ctwm/dist/
H A Dutil.c226 stdcmap->blue_max + 0.5) *
/xsrc/external/mit/xwud/dist/
H A Dxwud.c559 if (!stdmap->green_max && !stdmap->blue_max && IsGray(dpy, stdmap))
977 limb = stdmap->blue_max;
/xsrc/external/mit/twm/dist/src/
H A Dutil.c545 (double) stdcmap->blue_max + 0.5) *

Completed in 40 milliseconds