Home
last modified time | relevance | path

Searched refs:backRed (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c241 unsigned backRed, unsigned backGreen, unsigned backBlue, in AllocARGBCursor() argument
274 pCurs->backRed = backRed; in AllocARGBCursor()
327 unsigned backRed, unsigned backGreen, unsigned backBlue, in AllocGlyphCursor() argument
454 pCurs->backRed = backRed; in AllocGlyphCursor()
H A Dswapreq.c869 swaps(&stuff->backRed); in SProcCreateCursor()
891 swaps(&stuff->backRed); in SProcCreateGlyphCursor()
907 swaps(&stuff->backRed); in SProcRecolorCursor()
H A Ddispatch.c2990 stuff->backRed, stuff->backGreen, stuff->backBlue, in ProcCreateCursor()
3021 stuff->backRed, stuff->backGreen, stuff->backBlue, in ProcCreateGlyphCursor()
H A Devents.c5874 pCursor->backRed = stuff->backRed; in ProcRecolorCursor()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DCursor.c97 bg_color.red = pCursor->backRed; in xnestRealizeCursor()
129 bg_color.red = pCursor->backRed; in xnestRecolorCursor()
/OK3568_Linux_fs/external/xserver/include/
H A Dcursorstr.h75 unsigned short backRed, backGreen, backBlue; /* device-independent color */ member
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c328 pCursor->backRed = cursors[0]->backRed; in AnimCursorCreate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c363 maskColor.red = pCurs->backRed; in xf86RecolorCursor_locked()
376 ((pCurs->backRed >> 8) << 16), in xf86RecolorCursor_locked()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c96 cursor->backRed, cursor->backGreen, cursor->backBlue, in ephyrRealizeCoreCursor()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c112 bg_color = 0xFF00 | (src->backRed >> 8); in load_cursor()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-cursor.c43 bg = ((cursor->backRed & 0xff00) << 8) | in expand_source_and_mask()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c671 pCursor->backRed == maskColor->red && in miSpriteFindColors()
679 maskColor->red = pCursor->backRed; in miSpriteFindColors()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincursor.c292 pbmiColors[1].rgbRed = pCursor->backRed >> 8; /* Background */ in winLoadCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c659 bg.red = pCursor->backRed; in dmxBECreateCursor()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c342 ((pCursor->backRed & 0xff00) << 8) | in CopyCursorToImage()