Searched refs:foreRed (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/include/
H A Dcursorstr.h74 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member in struct:_Cursor
/xsrc/external/mit/libX11/dist/src/
H A DRecolorC.c44 req->foreRed = foreground->red;
H A DCrCursor.c67 req->foreRed = foreground->red;
H A DCrGlCur.c215 req->foreRed = foreground->red;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcursorstr.h77 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member in struct:_Cursor
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcursor.c233 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 Dswapreq.c937 swaps(&stuff->foreRed, n);
960 swaps(&stuff->foreRed, n);
978 swaps(&stuff->foreRed, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c240 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 Dswapreq.c866 swaps(&stuff->foreRed);
888 swaps(&stuff->foreRed);
904 swaps(&stuff->foreRed);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DCursor.c102 fg_color.red = pCursor->foreRed;
134 fg_color.red = pCursor->foreRed;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DCursor.c93 fg_color.red = pCursor->foreRed;
125 fg_color.red = pCursor->foreRed;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Danimcur.c381 pCursor->foreRed = cursors[0]->foreRed;
/xsrc/external/mit/xorg-server/dist/render/
H A Danimcur.c327 pCursor->foreRed = cursors[0]->foreRed;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprCursor.c110 fg_color = 0xFF00 | (src->foreRed >> 8);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyrcursor.c95 cursor->foreRed, cursor->foreGreen, cursor->foreBlue,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprCursor.c107 fg_color = 0xFF00 | (src->foreRed >> 8);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c212 sourceColor.red = pCurs->foreRed;
231 ((pCurs->foreRed >> 8) << 16)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c359 sourceColor.red = pCurs->foreRed;
379 ((pCurs->foreRed >> 8) << 16)
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCursor.c134 r[1] = pCursor->foreRed >> 8;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCursor.c134 r[1] = pCursor->foreRed >> 8;
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dpointer.c286 | (color_to_byte (pCurs->foreRed) << 16);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmisprite.c733 !(pCursor->foreRed == sourceColor->red &&
741 sourceColor->red = pCursor->foreRed;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmisprite.c579 !(pCursor->foreRed == sourceColor->red &&
586 sourceColor->red = pCursor->foreRed;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1877 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 Dwincursor.c296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */

Completed in 28 milliseconds

12