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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c228 colorCube->red_mult = colorCube->green_mult = colorCube->blue_mult =
268 colorCube->red_mult = colorCube->green_mult =
310 the server recognizes a gray ramp with red_max=1, red_mult=1,
318 grayRamp->red_mult = 1;
405 pixel = (c->red_max * c->red_mult + c->green_max * c->green_mult +
421 pixel = (c->red_max * c->red_mult + c->base_pixel) & 0xFFFFFFFF;
449 colorCube->red_mult = c->red_mult;
492 grayRamp->red_mult = c->red_mult;
[all...]
H A DXDPS.c547 req->redmult = colorcube->red_mult;
570 req->graymult = grayramp->red_mult;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c289 int red_mult = 0; local
328 red_mult = cmap.red_mult;
337 red_mult = rgbMap->red_mult;
353 gray_mult = cmap.red_mult;
360 gray_mult = grayMap->red_mult;
369 rgb_base_pixel, red_max, red_mult,
H A DXDPSpreview.c520 maskMap.red_mult = -1;
524 rgbMap.red_mult = rgbMap.green_mult = rgbMap.blue_mult =
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h50 int red_mult; member in struct:__anon230
/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c185 (allocated_cmaps[c].red_mult == 0) &&
230 std_colormap->red_mult = 0;

Completed in 32 milliseconds