Searched refs:rgbRed (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinsetsp.c106 bmi.bmiColors[1].rgbRed = 255;
152 bmi.bmiColors[1].rgbRed = 255;
H A Dwincmap.c227 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbRed = nRed;
293 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbRed = 255;
383 nRed = rgbColors[i].rgbRed << 8;
407 || nRed != rgbColors[i].rgbRed
H A Dwincursor.c294 pbmi->bmiColors[0].rgbRed = 0; /* Empty */
298 pbmi->bmiColors[1].rgbRed = pCursor->backRed>>8; /* Background */
302 pbmi->bmiColors[2].rgbRed = pCursor->foreRed>>8; /* Foreground */
H A Dwinnativegdi.c401 pbmi->bmiColors[1].rgbRed = 255;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c182 uint8_t rgbRed; member in struct:bmp_rgb_quad
277 pixel.rgbRed = float_to_ubyte(ptr[x*4 + 0]);
335 pixel.rgbRed = ptr[x*4 + 0];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_image.c182 uint8_t rgbRed; member in struct:bmp_rgb_quad
278 pixel.rgbRed = float_to_ubyte(ptr[x*4 + 0]);
336 pixel.rgbRed = ptr[x*4 + 0];
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c215 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbRed = nRed;
278 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbRed = 255;
358 nRed = rgbColors[i].rgbRed << 8;
374 || nRed != rgbColors[i].rgbRed
H A Dwincursor.c288 pbmiColors[0].rgbRed = 0; /* Empty */
292 pbmiColors[1].rgbRed = pCursor->backRed >> 8; /* Background */
296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */
H A Dwinmultiwindowwindow.c992 bmiColors[1].rgbRed = 255;

Completed in 12 milliseconds