Searched refs:blue_max (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | StdCmap.c | 68 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 D | CmapAlloc.c | 61 * 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 D | CrCmap.c | 160 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 D | LookupCmap.c | 254 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 D | SetStCmap.c | 84 stdcmap.blue_max = cmap->blue_max;
|
| H A D | GetStCmap.c | 109 cmap->blue_max = use->blue_max;
|
| H A D | SetRGBCMap.c | 79 map->blue_max = cmap->blue_max;
|
| H A D | GetRGBCMap.c | 123 map->blue_max = prop->blue_max;
|
| H A D | Xatomtype.h | 89 UNSIGNEDINT blue_max; member in struct:__anondc8a24b10208
|
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | StdCmap.h | 87 unsigned long blue_max
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 326 unsigned long blue_max; member in struct:__anon3d9fd4c10908
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.c | 226 stdcmap->blue_max + 0.5) *
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 559 if (!stdmap->green_max && !stdmap->blue_max && IsGray(dpy, stdmap)) 977 limb = stdmap->blue_max;
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.c | 545 (double) stdcmap->blue_max + 0.5) *
|
Completed in 40 milliseconds