Searched refs:foreGreen (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 271 pCurs->foreGreen = foreGreen; in AllocARGBCursor() 326 unsigned foreRed, unsigned foreGreen, unsigned foreBlue, in AllocGlyphCursor() argument 451 pCurs->foreGreen = foreGreen; in AllocGlyphCursor()
|
| H A D | swapreq.c | 867 swaps(&stuff->foreGreen); in SProcCreateCursor() 889 swaps(&stuff->foreGreen); in SProcCreateGlyphCursor() 905 swaps(&stuff->foreGreen); 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 | 5871 pCursor->foreGreen = stuff->foreGreen; in ProcRecolorCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Cursor.c | 94 fg_color.green = pCursor->foreGreen; in xnestRealizeCursor() 126 fg_color.green = pCursor->foreGreen; 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/hw/xwayland/ |
| H A D | xwayland-cursor.c | 42 (cursor->foreGreen & 0xff00) | (cursor->foreGreen >> 8); in expand_source_and_mask()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | animcur.c | 325 pCursor->foreGreen = cursors[0]->foreGreen; in AnimCursorCreate()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 360 sourceColor.green = pCurs->foreGreen; in xf86RecolorCursor_locked() 378 ((pCurs->foreGreen >> 8) << 8) | 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 | 109 fg_color |= src->foreGreen & 0xFF00; in load_cursor()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 669 pCursor->foreGreen == sourceColor->green && in miSpriteFindColors() 676 sourceColor->green = pCursor->foreGreen; in miSpriteFindColors()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 297 pbmiColors[2].rgbGreen = pCursor->foreGreen >> 8; in winLoadCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.c | 656 fg.green = pCursor->foreGreen; in dmxBECreateCursor()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 340 (pCursor->foreGreen & 0xff00) | (pCursor->foreBlue >> 8)); in CopyCursorToImage()
|