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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c218 if (greens <= 1) colorCube->green_max = 0;
219 else colorCube->green_max = greens - 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;
405 pixel = (c->red_max * c->red_mult + c->green_max * c->green_mult +
450 colorCube->green_max = c->green_max;
558 ColorValuesFromMask(vinfo->green_mask, &colorCube->green_max,
578 if (colorCube->green_max
[all...]
H A DXDPS.c548 req->greenmax = colorcube->green_max;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c290 int green_max = 0; local
329 green_max = cmap.green_max;
338 green_max = rgbMap->green_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.h51 unsigned int green_max; member in struct:__anon230
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c186 (allocated_cmaps[c].green_max == 0) &&
231 std_colormap->green_max = 0;

Completed in 26 milliseconds