Searched refs:foreRed (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 240 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocARGBCursor() argument 270 pCurs->foreRed = foreRed; in AllocARGBCursor() 326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocGlyphCursor() argument 450 pCurs->foreRed = foreRed; in AllocGlyphCursor()
|
| H A D | swapreq.c | 866 swaps(&stuff->foreRed); in SProcCreateCursor() 888 swaps(&stuff->foreRed); in SProcCreateGlyphCursor() 904 swaps(&stuff->foreRed); in SProcRecolorCursor()
|
| H A D | dispatch.c | 2989 stuff->foreRed, stuff->foreGreen, stuff->foreBlue, in ProcCreateCursor() 3020 stuff->foreRed, stuff->foreGreen, stuff->foreBlue, in ProcCreateGlyphCursor()
|
| H A D | events.c | 5870 pCursor->foreRed = stuff->foreRed; in ProcRecolorCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Cursor.c | 93 fg_color.red = pCursor->foreRed; in xnestRealizeCursor() 125 fg_color.red = pCursor->foreRed; in xnestRecolorCursor()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | cursorstr.h | 74 unsigned short foreRed, foreGreen, foreBlue; /* device-independent color */ member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | animcur.c | 324 pCursor->foreRed = cursors[0]->foreRed; in AnimCursorCreate()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 359 sourceColor.red = pCurs->foreRed; in xf86RecolorCursor_locked() 379 ((pCurs->foreRed >> 8) << 16) in xf86RecolorCursor_locked()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 95 cursor->foreRed, cursor->foreGreen, cursor->foreBlue, in ephyrRealizeCoreCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 107 fg_color = 0xFF00 | (src->foreRed >> 8); in load_cursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-cursor.c | 41 fg = ((cursor->foreRed & 0xff00) << 8) | in expand_source_and_mask()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 668 !(pCursor->foreRed == sourceColor->red && in miSpriteFindColors() 675 sourceColor->red = pCursor->foreRed; in miSpriteFindColors()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */ in winLoadCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.c | 655 fg.red = pCursor->foreRed; in dmxBECreateCursor()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 339 ((pCursor->foreRed & 0xff00) << 8) | in CopyCursorToImage()
|