| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | cursorstr.h | 74 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member in struct:_Cursor
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | RecolorC.c | 44 req->foreRed = foreground->red;
|
| H A D | CrCursor.c | 67 req->foreRed = foreground->red;
|
| H A D | CrGlCur.c | 215 req->foreRed = foreground->red;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | cursorstr.h | 77 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member in struct:_Cursor
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | cursor.c | 233 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, 270 pCurs->foreRed = foreRed; 303 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, 449 pCurs->foreRed = foreRed; 231 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument 302 AllocGlyphCursor(Font source,unsigned sourceChar,Font mask,unsigned maskChar,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument
|
| H A D | swapreq.c | 937 swaps(&stuff->foreRed, n); 960 swaps(&stuff->foreRed, n); 978 swaps(&stuff->foreRed, n);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | cursor.c | 240 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, 270 pCurs->foreRed = foreRed; 326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, 450 pCurs->foreRed = foreRed; 238 AllocARGBCursor(unsigned char * psrcbits,unsigned char * pmaskbits,CARD32 * argb,CursorMetricPtr cm,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument 325 AllocGlyphCursor(Font source,unsigned sourceChar,Font mask,unsigned maskChar,unsigned foreRed,unsigned foreGreen,unsigned foreBlue,unsigned backRed,unsigned backGreen,unsigned backBlue,CursorPtr * ppCurs,ClientPtr client,XID cid) argument
|
| H A D | swapreq.c | 866 swaps(&stuff->foreRed); 888 swaps(&stuff->foreRed); 904 swaps(&stuff->foreRed);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Cursor.c | 102 fg_color.red = pCursor->foreRed; 134 fg_color.red = pCursor->foreRed;
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Cursor.c | 93 fg_color.red = pCursor->foreRed; 125 fg_color.red = pCursor->foreRed;
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | animcur.c | 381 pCursor->foreRed = cursors[0]->foreRed;
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | animcur.c | 327 pCursor->foreRed = cursors[0]->foreRed;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 110 fg_color = 0xFF00 | (src->foreRed >> 8);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 95 cursor->foreRed, cursor->foreGreen, cursor->foreBlue,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 107 fg_color = 0xFF00 | (src->foreRed >> 8);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 212 sourceColor.red = pCurs->foreRed; 231 ((pCurs->foreRed >> 8) << 16)
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 359 sourceColor.red = pCurs->foreRed; 379 ((pCurs->foreRed >> 8) << 16)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCursor.c | 134 r[1] = pCursor->foreRed >> 8;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCursor.c | 134 r[1] = pCursor->foreRed >> 8;
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | pointer.c | 286 | (color_to_byte (pCurs->foreRed) << 16);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | misprite.c | 733 !(pCursor->foreRed == sourceColor->red && 741 sourceColor->red = pCursor->foreRed;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | misprite.c | 579 !(pCursor->foreRed == sourceColor->red && 586 sourceColor->red = pCursor->foreRed;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 1877 CARD16 foreRed, foreGreen, foreBlue; 1889 CARD16 foreRed, foreGreen, foreBlue; 1898 CARD16 foreRed, foreGreen, foreBlue; 1873 CARD16 foreRed, foreGreen, foreBlue; member in struct:__anone2852e7a8f08 1885 CARD16 foreRed, foreGreen, foreBlue; member in struct:__anone2852e7a9008 1894 CARD16 foreRed, foreGreen, foreBlue; member in struct:__anone2852e7a9108
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincursor.c | 296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */
|