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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c212 if (grays <= 1) grayRamp->red_max = 0;
213 else grayRamp->red_max = grays - 1;
216 if (reds <= 1) colorCube->red_max = 0;
217 else colorCube->red_max = reds - 1;
227 colorCube->red_max = colorCube->green_max = colorCube->blue_max =
263 if (colorCube->red_max != 0) {
266 if (colorCube->red_max == 0) {
273 if (grayRamp->red_max != 0) {
291 if (colorCube != NULL && !gotCube && colorCube->red_max != 0) {
297 if (!gotRamp && grayRamp->red_max !
[all...]
H A DXDPS.c546 req->redmax = colorcube->red_max;
569 req->graymax = grayramp->red_max;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c288 int red_max = 0; local
327 red_max = cmap.red_max;
336 red_max = rgbMap->red_max;
352 gray_max = cmap.red_max;
359 gray_max = grayMap->red_max;
369 rgb_base_pixel, red_max, red_mult,
H A DXDPSpreview.c519 maskMap.red_max = 1;
523 rgbMap.red_max = rgbMap.green_max = rgbMap.blue_max =
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h49 unsigned int red_max; member in struct:__anon230
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c184 (allocated_cmaps[c].red_max == 0) &&
229 std_colormap->red_max = 0;

Completed in 24 milliseconds