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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c220 if (blues <= 1) colorCube->blue_max = 0;
221 else colorCube->blue_max = blues - 1;
227 colorCube->red_max = colorCube->green_max = colorCube->blue_max =
267 colorCube->green_max = colorCube->blue_max =
403 if (c->red_max < 1 || c->green_max < 1 || c->blue_max < 1) return False;
406 c->blue_max * c->blue_mult + c->base_pixel) & 0xFFFFFFFF;
452 colorCube->blue_max = c->blue_max;
560 ColorValuesFromMask(vinfo->blue_mask, &colorCube->blue_max,
582 if (colorCube->blue_max
[all...]
H A DXDPS.c550 req->bluemax = colorcube->blue_max;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c292 int blue_max = 0; local
331 blue_max = cmap.blue_max;
340 blue_max = rgbMap->blue_max;
370 green_max, green_mult, blue_max, blue_mult,
H A DXDPSpreview.c523 rgbMap.red_max = rgbMap.green_max = rgbMap.blue_max =
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h53 unsigned int blue_max; member in struct:__anon230
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c188 (allocated_cmaps[c].blue_max == 0) &&
233 std_colormap->blue_max = 0;

Completed in 283 milliseconds